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

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
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.

Dependencies

You'll need to have node.js installed (at least v6.0 or above) to install reifycli and run the reify command.

Installation

Add the CLI package as a system-wide service

  • Run either:
    • yarn global add reifycli (preferred)
    • npm install -g reifycli

To use the CLI

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

Development

  • Clone this repo

  • cd into the folder

  • Run either:

    • yarn install (preferred)
    • npm install
  • Developing the CLI

    • Run yarn start from within the cloned repo folder.
    • This runs the CLI from the local source files.
  • Using the unpublished-but-built source executable as a global module

    • Run npm install -g from within the cloned repo folder.
    • This will install the reify executable on your system (to then enable testing it in other projects, etc.).

Keywords

React

FAQs

Package last updated on 12 Jun 2018

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