1.1.1 • Published 6 years ago

react-create-scaffold v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Bootstrap React components and containers in seconds using react-component-scaffold's command line interface.

npm.io

Getting Started

npm i react-component-scaffold -g

Executing scaffold component Croissant in the terminal inside knowledge-web will create the following file structure populated with boilerplate in the Components folder.

$ scaffold component Croissant

Croissant
    ├── index.js
    ├── Croissant.jsx
    ├── Croissant.spec.js
    ├── Croissant.scss
$ scaffold container Croissant

CroissantContainer
    ├── index.js
    ├── CroissantContainer.jsx
    ├── CroissantContainer.spec.js

Customize react-component-scaffold by cloning the repo modifying templates.js and running npm link.

1.1.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago