Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bot-js/cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bot-js/cli

A progressive Node.js framework for building efficient, scalable, and enterprise-grade bot applications on top of Typescript & JavaScript (ES6, ES7, ES8) 🚀

  • 1.0.2
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@bot-js/cli

A progressive Node.js framework for building efficient, scalable, and enterprise-grade bot applications on top of Typescript & JavaScript (ES6, ES7, ES8) 🚀

oclif Version Downloads/week License

Usage

$ npm install -g @bot-js/cli
$ botjs COMMAND
running command...
$ botjs (-v|--version|version)
@bot-js/cli/1.0.2 linux-x64 node-v10.24.1
$ botjs --help [COMMAND]
USAGE
  $ botjs COMMAND
...

Commands

botjs build

build the current botjs project

USAGE
  $ botjs build

See code: src/commands/build.ts

botjs dev

start the current botjs project in watch mode

USAGE
  $ botjs dev

See code: src/commands/dev.ts

botjs format

prettify the current botjs project using prettier

USAGE
  $ botjs format

See code: src/commands/format.ts

botjs help [COMMAND]

display help for botjs

USAGE
  $ botjs help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

botjs lint

lint the current botjs project for eslint errors

USAGE
  $ botjs lint

See code: src/commands/lint.ts

botjs start

start the built botjs project

USAGE
  $ botjs start

See code: src/commands/start.ts

Keywords

FAQs

Package last updated on 23 Apr 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc