@cocoshop/cli
v1.3.1
Published
CocoShop CLI is a CLI for CocoShop theme development.
Downloads
24
Readme
CocoShop CLI
For developer
How to update
- Build
$ npx tsc
- Update version in package.json
- Commit
- Update git tag
- Push git tag
- Publish
$ npm publish --access public
Remove global CLI
$ npm uninstall -g @cocoshop/cli
Install CLI to global
$ npm install -g @cocoshop/cli