@amitgroup/cli
v1.0.15
Published
Auto generate templates
Downloads
35
Readme
AMIT CLI - The CLI tool for AMITGROUP
Installing
NPM:
npm install -g @amitgroup/cliCommand
amit <action> [options]Supported actions:
- hello-world
- generate (Alias: g)
Action Generate
Command:
amit generate [project-name] [options]Options:
| Key | Alias | Required | Description | Example |
| ---------------- | ----- | -------- | -------------------------------------------------------------------------------------------------- | -------------- |
| --project-name | -p | No | Directory to be installed. If empty, new project will be installed in current directory. | project-demo |
| --template | -t | Yes | Template to be installed. Value must be one of the following: microsite, angular, react, minigame. | microsite |
Example:
amit generate project-name --template=microsite
