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

rscli2

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rscli2

Simple React CLI

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

rscli

Simple React CLI

Version Downloads/week License

Usage

$ npm install -g rscli2
$ rscli COMMAND
running command...
$ rscli (-v|--version|version)
rscli2/1.0.5 darwin-x64 node-v10.16.0
$ rscli --help [COMMAND]
USAGE
  $ rscli COMMAND
...

Commands

rscli add [COMPONENT]

Add a react component to your project

USAGE
  $ rscli add [COMPONENT]

OPTIONS
  -f, --format=format  TypeScript (tsx) or JavaScript (jsx), (default: tsx)
  -h, --help           show CLI help
  -n, --name=name      Component Name, (default: NewFeature)
  -p, --path=path      Path to components folder, (default: src/components)
  -s, --style=style    SASS or CSS, (default: sass)
  -t, --type=type      Page or Component, (default: component)

See code: src/commands/add.ts

rscli help [COMMAND]

display help for rscli

USAGE
  $ rscli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Keywords

FAQs

Package last updated on 21 Nov 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

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