https://github.com/shelldandy/rscaffold
React Scaffold StandardJS style
https://github.com/shelldandy/rscaffold
javascript react scaffold standard-js
Last synced: 7 months ago
JSON representation
React Scaffold StandardJS style
- Host: GitHub
- URL: https://github.com/shelldandy/rscaffold
- Owner: shelldandy
- License: mit
- Created: 2017-10-14T18:40:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T20:23:10.000Z (almost 8 years ago)
- Last Synced: 2025-05-28T03:50:12.638Z (8 months ago)
- Topics: javascript, react, scaffold, standard-js
- Language: JavaScript
- Size: 181 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Scaffold
[](https://badge.fury.io/js/rscaffold)
[](https://standardjs.com)
[](https://asciinema.org/a/5wDXqgoMHSj9aG7h5vB4DWl1S)
A slighlty opinionated React Scaffold Tool by Mike3run because we all hate repetition...
```bash
$ npm install rscaffold plop
```
Now in your `plopfile.js`
```js
module.exports = plop => {
plop.load('rscaffold')
}
```
In your package.json add this to your scripts:
```json
"plop": "plop"
```
and finally in your terminal:
```bash
$ npm run plop
```
No need for global bamboozles.
## Available Commands
* component
* container: Please press enter after running this. See [#1](https://github.com/mike3run/rscaffold/issues/1)
## Protip
Add a plugin to your terminal to run local npm bin executables like a boss:
I recommend [`add-local-binaries-to-path`](https://www.npmjs.com/package/add-local-binaries-to-path)
```bash
$ npm install -g add-local-binaries-to-path
```
That's it, never worry about local binaries again.
```sh
$ plop
```
Dab dab dab
2017 [Miguel Palau 🐟](https://www.twitter.com/mpalau) Made with 💖 and hate for boilerplate 💀