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

@take2/oclif-plugin-react

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@take2/oclif-plugin-react

React plugin for Take2 CLI

  • 1.0.2-alpha.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
5
Weekly downloads
 
Created
Source

@take2/oclif-plugin-react

React plugin for Take2 CLI

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @take2/oclif-plugin-react
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@take2/oclif-plugin-react/1.0.2-alpha.0 darwin-x64 node-v10.15.1
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example generate:react:component NAME [DIRECTORY]

generate an Apollo client

USAGE
  $ oclif-example generate:react:component NAME [DIRECTORY]

ARGUMENTS
  NAME       name of your component
  DIRECTORY  the directory to put your component

OPTIONS
  -a, --app=app  app name
  -f, --force    force writing
  -j, --js       use .js extensions
  -p, --pod      use pods structure

See code: src/commands/generate/react/component.ts

oclif-example generate:react:screen NAME [DIRECTORY]

generate a React screen

USAGE
  $ oclif-example generate:react:screen NAME [DIRECTORY]

ARGUMENTS
  NAME       name of your screen
  DIRECTORY  the directory to put your screen

OPTIONS
  -a, --app=app  app name
  -f, --force    force writing
  -j, --js       use .js extensions
  -p, --pod      use pods structure

See code: src/commands/generate/react/screen.ts

Keywords

FAQs

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