Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 523 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 523 Bytes

Quill Delta Converter

What is this?

TODO

How do I use it?

TODO

Contributing to the Project

Running the tests

npm run test

Type-checking the code

npm run type-check

And to run in --watch mode:

npm run type-check:watch

Distributing new versions

Increment the version

npm version <patch|minor|major>

Build distributables

npm run clean # not strictly necessary, but good form
npm run build

Publish to NPM

npm publish