New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@botmock/cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@botmock/cli

## Overview

0.9.0
latest
73

Supply Chain Security

100

Vulnerability

76

Quality

80

Maintenance

100

License

Version published
Weekly downloads
30
-11.76%
Maintainers
3
Weekly downloads
 
Created

@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

FAQs

Package last updated on 23 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts