metapak-sencrop
v7.15.0
Published
A `metapak` plugin for Sencrop projects
Downloads
31
Readme
metapak-sencrop
A
metapak
plugin for Sencrop projects
This metapak
plug-in allows us to
have consistent development environments
across our various projects.
To use it:
npm i --save-dev metapak metapak-sencrop
Then add to your package.json
file the
following configurations:
{
// {...}
"metapak": {
"configs": [
"main",
"jsarch",
"jsdocs",
"readme",
"tests"
],
"data": {
// Files to Lint
"files": "src/**/*.js"
}
},
}