Coworker Discovery Tools
CodeYourFuture JS2 Module Project
Setup
Clone the repo to your local computer and open it in VSCode:
git clone https://github.com/mahri09/coworker-tools.git
cd coworker-tools
code .
Contributing
For each task you should create a pull request (PR). To do this you should follow these steps:
From the command line:
- Make sure you are on the main branch
git checkout main
- Make sure your main branch is up-to-date
git pull
- Create a new branch for your work
git checkout -b branch-name
- Commit your work
- Push your branch to GitHub
git push -u
In GitHub:
- In GitHub go to https://github.com/mahri09/coworker-tools/pulls
- You should find a button to create a new pull request for your branch
- Include a clear title and description to explain your work
- In the description, reference the issue you are working e.g.
#4
if the issue number is 4
- Create the pull request
- Ask a fellow student or mentor to review your work
- Move the issue card to the Review/QA column
- Once the reviewer has approved your PR you can merge the branch by clicking the merge button
- Finally, move the issue to the Done column 🎉
Running the CLI
To run the CLI (command line interface):
npm start
For example:
npm start list