Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 753 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 753 Bytes

Contributing

We'd love to have your contribution added to casex. If you decide to do so, please follow the code of conduct

Prerequisites

Node.js >= v8 must be installed.

Installation

  • Running npm install in the root directory will install everything you need for development.

Development

  • npm start will watch for changes and build the files

Running Tests

  • npm run test will run jest

Building

  • npm run build

Code Style

The project uses prettier hooked on precommit, so don't worry too much about it, it will get formatted automatically once you commit.

Releasing

npm version <major|minor|patch>
npm publish