- Fork the project.
- Clone the project.
- Create new branch with based on what you're working like
issue-cli
. npm install
to install required dependencies- Make changes and write unit tests if possible.
- Write proper commits and send PR.
To develop this CLI locally, make sure you npm link
it.
# Open the CLI root directory and run.
npm link
# This will link the CLI binary `aaja` so that you can execute it.
- lib
-> index.js // Main file which contains main logic
- utils
-> output.js // consist logic to display output
- tests
-> test.js // unit tests for above file
npm run test
to run unit tests.
If you wamt any sorts of help . you can raise issue or you can directly ping me on twitter via @aadarshatweets.