Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 407 Bytes

File metadata and controls

12 lines (10 loc) · 407 Bytes

Contributing to Baize CLI

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/my-new-feature
  5. Submit a pull request.

Development

Run npm install to install dependencies. Run npm run lint to check code style. Run npm test to run unit tests.