Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 385 Bytes

File metadata and controls

25 lines (17 loc) · 385 Bytes

Contributing

Thanks for helping improve mermkit!

Development

npm install
npm run build
npm test

Pull requests

  • Keep changes focused and small when possible.
  • Add or update tests when behavior changes.
  • Update docs if you change CLI/API behavior.

Reporting issues

Please include:

  • OS + Node version
  • Command or code snippet
  • Actual vs expected behavior