mosfez-xen-types
v0.0.1
Published
Basic xen number types for microtonal scale representation and manipulation with TypeScript / JavaScript.
Downloads
6
Maintainers
Readme
mosfez-xen-types
Basic xen number types for microtonal scale representation and manipulation with TypeScript / JavaScript.
Development
You will need node@16
or greater and yarn@1
installed globally. Clone the repo and run yarn prep
.
Then you can run:
yarn build
to build the*.ts
source files into*.js
files and*.d.ts
type files in/dist
.yarn test
to run tests usingjest
.yarn pretty
to run the auto-formatterprettier
.yarn lint
to run the lintereslint
.