1.0.0 • Published 6 years ago

championface v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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

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.0.0

6 years ago