@cocoshop/cli
v1.3.1
Published
CocoShop CLI is a CLI for CocoShop theme development.
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 publicRemove global CLI
$ npm uninstall -g @cocoshop/cliInstall CLI to global
$ npm install -g @cocoshop/cli