0.9.0 • Published 4 years ago
@botmock/cli v0.9.0
@botmock/cli
Overview
Scaffolds TypeScript environment for projects using @botmock/export.
Install & Guide
The package can be run with the npx command which comes bundled with npm.
Entering the following command will bring up a wizard that will ask for a relative path to a directory that should hold the generated files.
npx @botmock/cliWhen the wizard has completed, the following files will be generated in the relative path you provide.
| Filename / Directory name | Description |
|---|---|
| .env | holds environment variables |
| .gitignore | specifies files that should be untracked |
| index.ts | holds application code |
| node_modules | holds dependencies |
| package.json | manifest file |
| package-lock.json | version-locked manifest file |
| README.md | overview of generated project |
| tsconfig.json | configuration file |