Socket
Book a DemoInstallSign in
Socket

eb-scripts

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eb-scripts

A CLI and scripts used at Echobind

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

eb-scripts

A CLI and scripts used at Echobind

oclif Version Downloads/week License

Usage

$ npm install -g eb-scripts
$ eb-scripts COMMAND
running command...
$ eb-scripts (-v|--version|version)
eb-scripts/1.0.0 linux-x64 node-v13.0.1
$ eb-scripts --help [COMMAND]
USAGE
  $ eb-scripts COMMAND
...

Commands

eb-scripts generate [COMPONENT NAME]

generates new files

USAGE
  $ eb-scripts generate [COMPONENT NAME]

OPTIONS
  -h, --help               show CLI help
  -n, --name=name          name to print
  -t, --template=template  template to use

EXAMPLE
  $ eb-scripts generate -t react-component -n MyNewComponent
       Loaded templates: _templates
       added: src/MyNewComponent.js

See code: src/commands/generate.ts

eb-scripts help [COMMAND]

display help for eb-scripts

USAGE
  $ eb-scripts help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Keywords

oclif

FAQs

Package last updated on 29 Oct 2019

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