dictator-react-boilerplate
v0.0.12
Published
[![NPM](https://img.shields.io/npm/v/dictator-react-boilerplate.svg?style=flat-square)](https://www.npmjs.com/package/dictator-react-boilerplate) [![Build Status](https://travis-ci.org/tomasbjerre/dictator-react-boilerplate.svg?branch=master)](https://tra
Downloads
11
Maintainers
Readme
dictator-react-boilerplate
This is react-boilerplate packaged as a dictator.
Usage
Example usage here.
Node
You can let it dictate your source repository by adding it to package.json
like:
{
"scripts": {
"prepare": "dictator-react-boilerplate"
},
"devDependencies": {
"dictator-react-boilerplate": "a.b.c"
}
}
And adjust what files you want dictated by the dictator by adding a .dictatorconfig.json
perhaps like:
{
"ignore": [
"/README.md",
"/.github",
"/app",
"/package.json",
"/package-lock.json",
"/Changelod.md"
]
}