1.0.1 • Published 5 years ago
ustandard v1.0.1
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 ustandardUsage
npx ustandardnpm i ustandard --save-devAnd then in your package.json
{
"scripts": {
"test": "standard"
}
}License
MIT