mm-tec-cli
v1.2.3
Published
A Command Line Interface for generate files
Downloads
6
Readme
MM CLI
Install
$ npm install --global mm-tec-cli
Prefix for all commands: mm
Example
- mm generate-component Home
- version (v) ➜ Output the version number
- whoami ➜ Show your credentials stored
- update-me ➜ update your credentials
- store-me ➜ Store your git credentials (default is your local git credentials)
- git-config (config) ➜ Configures git credentials
- git-clone (clone) ➜ Clone a repository from your git
- git-check (check) ➜ Print your current git credentials
- generate-screen (gen-screen) ➜ Create a new file in src/screens
- generate-page (gen-page) ➜ Create a new file in src/pages
- generate-component (gen-comp) ➜ Create a new file in src/components
- default-configs (configs) ➜ Store default configs (example: --not-index by default)
Running the project
$ yarn
$ yarn gen-prisma
$ npm link
Running tests
$ yarn test
Building the project
$ yarn build
License
MIT - see LICENSE