0.0.12 • Published 4 years ago

dictator-react-boilerplate v0.0.12

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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"
  ]
}
0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.3

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago