Generated by create-pastel-app.
$ npm install . -g
Commands are mapped from source/commands
directory.
For details run:
$ blokecms-cli --help
$ npx blokecms-cli@latest
# or
$ npm cache clean --force
$ npx clear-npx-cache
$ npx blokecms-cli
# build
$ npm run build
# watch and rebuild
$ npm run dev
# run unit tests
$ npm run test
# update app version (major,minor,path or semver string)
$ npm run version {ARG}
#output current version
$ npm run version show
Following this guide and ensuring linear git history
When merging PR please use "Squash merging" option