dictator-react-boilerplate
0.0.12 • Public • Published 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"
]
}
Package Sidebar
Install
npm i dictator-react-boilerplate
Weekly Downloads