@ag04/kanban-api

Kanban API

Usage no npm install needed!

<script type="module">
  import ag04KanbanApi from 'https://cdn.skypack.dev/@ag04/kanban-api';
</script>

README

Kanban API

npm version

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?

  1. make changes to the codebase
  2. build with: npm run build
  3. upgrade NPM version: npm version major/minor/patch
  4. publish to NPM: npm publish
  5. git commit and push

This NPM package adheres to semantic versioning, see semver guide.