Socket
Socket
Sign inDemoInstall

@botmock/cli

Package Overview
Dependencies
429
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @botmock/cli

## Overview


Version published
Weekly downloads
1
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@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

Last updated on 23 Jun 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc