New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reifycli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reifycli

Crank out the basic scaffolding necessary for common React / Redux components

Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Reify Command Line Interface

Reify CLI (reifycli) is a command line tool that lets developers crank out the basic scaffolding necessary for common React / Redux components.

Brief intro below.

Installation

Development

  • Run yarn install (preferred)

or

  • Run npm install

User

  • Run npm install -g
  • This will install the reify executable on your system.

Dependencies

You'll need to have node.js installed locally to run reify.

Quickstart

To use the CLI

  • Run reify
  • Follow the prompts to scaffold new React / Redux components in the local project being worked in.

For developing the CLI itself

  • Run yarn start
  • This will run the CLI from the local source files.

Keywords

React

FAQs

Package last updated on 25 Dec 2017

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