Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 952 Bytes

Contributing.md

File metadata and controls

21 lines (15 loc) · 952 Bytes

I want 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

  1. Fork this repository to your own GitHub account
  2. Create new branch that is named accordingly to the issue you are working on (e.g. feature/new-thing or fix/bug-name)
  3. Make sure tests are passing (if you are adding new feature - add tests to cover basics of that feature)
  4. Make sure your branch is up to date with develop branch
  5. Open pull request towards develop branch
  6. Wait for feedback

How to run Exoframe CLI locally

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Uninstall exoframe if it's already installed: npm uninstall exoframe -g
  3. Link it to the global module directory: npm link

Now can use the exoframe command everywhere.