@payping/cli
v0.1.0
Published
> This is a package for automating some of PayPing's front-end procedures from the command line.
Downloads
3
Keywords
Readme
PayPing CLI
This is a package for automating some of PayPing's front-end procedures from the command line.
Install
npm:
npm i -g @payping/cli
yarn:
yarn global add @payping/cli
Usage
payping cpa -f ReactJS -n projectname --typescript --redux
payping sync-deps <path>/package.json <path>/package.json
Help
| Command | Alias | Description | | :----------------: | :---: | :------------------------------------------------------------------------------------------------: | | create-payping-app | cpa | Create a project based on PayPing rules | | sync-deps | s | Sync existing dependencies' versions in src path with existing dependencies' versions in dest path |