Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 517 Bytes

File metadata and controls

31 lines (22 loc) · 517 Bytes

Contributing

PRs welcome! Here's how to get started.

Setup

git clone https://github.com/YOUR_USERNAME/clawreins.git
cd clawreins
npm install
npm run build

Before submitting

npm run build    # Must compile
npm run lint     # Must pass
npm run format   # Auto-format

Guidelines

  • TypeScript strict mode, no any types
  • Keep it simple
  • Update the README if you change behavior
  • Tests are very welcome — we don't have any yet

Questions?

Open an issue. We're friendly.