How to contribute
Awesome! All contributions are welcome.
If you want to add new feature or implement a significant change that hasn't been discussed yet - please open an issue first!
How to send pull requests
- Fork this repository to your own GitHub account
- Create new branch that is named accordingly to the issue you are working on (e.g.
feature/new-thing
orfix/bug-name
) - Make sure tests are passing (if you are adding new feature - add tests to cover basics of that feature)
- Make sure your branch is up to date with
develop
branch - Open pull request towards
develop
branch - Wait for feedback
How to run Exoframe CLI locally
- Fork this repository to your own GitHub account and then clone it to your local device.
- Uninstall exoframe if it's already installed:
npm uninstall exoframe -g
- Link it to the global module directory:
npm link
Now can use the exoframe
command everywhere.