@payping/cli
v0.1.0
Published
> This is a package for automating some of PayPing's front-end procedures from the command line.
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/cliyarn:
yarn global add @payping/cliUsage
payping cpa -f ReactJS -n projectname --typescript --reduxpayping sync-deps <path>/package.json <path>/package.jsonHelp
| 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 |
