boilr template for an eslintrc file.
Default elint configuration for main source + test.
The following files are generated:
.
├── .eslintrc.json
└── test
└── .eslintrc.json
1 directory, 2 files
Install boilr first.
Then use
$ boilr download stefanwalther/boilr-eslintrc <template-tag>
e.g.
$ boilr download stefanwalther/boilr-eslintrc boilr-eslintrc
$ boilr template download stefanwalther/boilr-eslintrc <template-tag>
$ git clone stefanwalther/boilr-eslintrc
cd into it, then
$ boilr template save $(PWD) <template-tag>
# e.g.
$ boilr template save $(PWD) boilr-eslintrc
if you have for force the local updates, use
$ boilr template save $(PWD) <template-tag> -f
$ boilr template use boilr-eslintrc .
Get a list of all - locally installed - templates:
$ boilr template list
Some related projects:
Stefan Walther
MIT
This file was generated by verb-generate-readme, v0.6.0, on May 07, 2018.