1.0.1 • Published 3 years ago

ustandard v1.0.1

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

ustandard

Actions Status

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

1.0.1

3 years ago

1.0.0

3 years ago