1.1.9 • Published 7 years ago
@ag04/kanban-api v1.1.9
Kanban API
Resources
Usage
Install Kanban API globally
$ npm i -g @ag04/kanban-api
Start API server
$ kanban-api-start
Drop database
$ kanban-api-flush-db
Development
Start the app with:
$ npm run dev
How to release new version on NPM?
- make changes to the codebase
- build with:
npm run build
- upgrade NPM version:
npm version major/minor/patch
- publish to NPM:
npm publish
git commit and push
This NPM package adheres to semantic versioning, see semver guide.