ustandard
v1.0.1
Published
JavaScript Standard Style (as a single μ bundle)
Downloads
3
Readme
ustandard
uStandard is a drop in replacement for standard that provides a cli that is a bundle generated by @vercel/ncc. It reduces the number of transient dependencies in your node_modules by isolating all of these into a single js bundle.
Currently just an experiment.
npm install ustandard
Usage
npx ustandard
npm i ustandard --save-dev
And then in your package.json
{
"scripts": {
"test": "standard"
}
}
License
MIT