- Please searching the issue first, make sure nobody has filed it.
- Fork the repository on GitHub
- Checkout a new branch
- Modify the code in
src
andd.ts
- Add unit test in
test
- Verify your changes with the code in
example
dir
# start dev server
npm run start
- Version should following the Semver
- Build all
npm run build
- Add a release on GitHub
- Publishing npm packages