0.9.0 • Published 4 years ago

@botmock/cli v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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/cli

When the wizard has completed, the following files will be generated in the relative path you provide.

Filename / Directory nameDescription
.envholds environment variables
.gitignorespecifies files that should be untracked
index.tsholds application code
node_modulesholds dependencies
package.jsonmanifest file
package-lock.jsonversion-locked manifest file
README.mdoverview of generated project
tsconfig.jsonconfiguration file
0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago