Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 949 Bytes

DEVELOPMENT.md

File metadata and controls

57 lines (38 loc) · 949 Bytes

Bloke CMS CLI App

Generated by create-pastel-app.

Install Locally

$ npm install . -g

Available Commands

Commands are mapped from source/commands directory. For details run:

$ blokecms-cli --help

Use with npx

$ npx blokecms-cli@latest
# or
$ npm cache clean --force
$ npx clear-npx-cache
$ npx blokecms-cli

Package Scripts

# 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

Git

Branch Model

Following this guide and ensuring linear git history

Pull Requests

When merging PR please use "Squash merging" option