react-sugar

1.1.2 • Public • Published

reactsugar

Creates the boilerplates for react component stacks

Compatible

nodejs version >= 6.2.*

Purpose

Rather than manually creating three files each time we want to write a react component. This tiny script helps to create following three files in one command!

  1. package.json
  2. [name].jsx
  3. [name]Styles.css

the first letter of name is capitalized

Install

npm install -g react-sugar

and export your global node path as follow:

echo 'export NODE_PATH="'$(npm root -g)'"' >> ~/.bash_profile && . ~/.bash_profile

if you don't export your NODE_PATH as global variable, reactsugar will try to find boilerplates folder in your current working directory.

Usage

reactsugar home ---> creates boilerplates under your current working directory.

Pure function component

reactsugar home -p ---> does the same as the above, just that the component is now in pure function.

Readme

Keywords

none

Package Sidebar

Install

npm i react-sugar

Weekly Downloads

0

Version

1.1.2

License

ISC

Last publish

Collaborators

  • huangc28