0.2.5 • Published 4 years ago

oomuse-js v0.2.5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

oomuse-js

JavaScript (TypeScript) library for working with core musical concepts like pitch, frequency, rhythm, scales, chords, etc.

Development

Install initial dependencies (as specified in package.json); also run when you update the version number:

$ npm install

Format code:

$ npm run fix

Compile and run tests, lint checks:

$ npm run test

Just run tests:

$ npx jest

Build (development), outputs to lib/:

$ npm run build

Build (production), outputs to lib/:

$ npm run build -- --mode=production