dictator-react-boilerplate

0.0.12 • Public • Published

dictator-react-boilerplate

NPM Build Status

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

3

Version

0.0.12

License

MIT

Unpacked Size

2.35 MB

Total Files

337

Last publish

Collaborators

  • tomasbjerre