@dedgewebstudio/booking-state-manager
v0.5.164
Published
Bridge between API and web components for D-Edge booking-engine project
Readme
Booking state manager
Bridge between API and web components for D-Edge booking-engine project
Dev command
npm i: install dependencies
npm start: run the project in dev mode
Build command
npm run build: create the build of the project
Test command
npm t: test commandnpm run test:debug: test in debug mode
Release command
npm run release: make a release of the project, doing the following steps:
- make the build
- update the
package.jsonwith +1 in patch, or passing the version as a parameter (-v=2.0.0) - publish on npm the new version of the project
- commit and push the update on git with a
choremessage - tag on git
