- Clone repository
- Install dependencies with
npm i - Run
npm link - Install CLI with
npm i -g bolt-cli
Run bolt-cli create to create a new app.
Use these CLI options to prepolulate fields:
| Option | Description |
|---|---|
-V, --version |
output the version number |
-n, --name <name> |
Project name |
-a, --apis <apis> |
List of APIs (comma separated) |
-c, --components <components> |
List of components (comma separated) |
-l, --language <language> |
Programming language (Javascript, Typescript, Java) |
-d, --dependencies <dependencies> |
List of dependencies to be installed (comma separated) |
-t, --token <token> |
Slack app token |
-s, --signing-secret <signing_secret> |
Slack app Signing Secret |
-h, --help |
display help for command |