UNPKG

subcli

Version:

helpers for creating command-line interfaces that support subcommands

29 lines (15 loc) 649 B
# Contributing Here's how we'd like you to contribute. Clone the repo, then create a branch: $ git clone git@github.com:LearnersGuild/subcli $ git co -b <branch name> Make sure the tests pass: $ npm test Make your change. Add tests for your change. Make the tests pass: $ npm test Push to your fork and [submit a pull request][pr]. Someone else will review your code and merge the PR. ## Important Notes Please follow our [best practices][best-practices] when working. [pr]: https://github.com/LearnersGuild/subcli/compare/ [best-practices]: https://learnersguild.github.io/product-development/best-practices/index.html