Skip to content

shelldandy/rscaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Scaffold

npm version JavaScript Style Guide

Asciinema Demo

A slighlty opinionated React Scaffold Tool by Mike3run because we all hate repetition...

$ npm install rscaffold plop

Now in your plopfile.js

module.exports = plop => {
  plop.load('rscaffold')
}

In your package.json add this to your scripts:

"plop": "plop"

and finally in your terminal:

$ npm run plop

No need for global bamboozles.

Available Commands

  • component
  • container: Please press enter after running this. See #1

Protip

Add a plugin to your terminal to run local npm bin executables like a boss:

I recommend add-local-binaries-to-path

$ npm install -g add-local-binaries-to-path

That's it, never worry about local binaries again.

$ plop

Dab dab dab

2017 Miguel Palau 🐟 Made with 💖 and hate for boilerplate 💀