tiny-standard
v1.0.2
Published
Standard compiled with zero dependencies
Readme
tiny-standard
Standard compiled with zero dependencies
npm i tiny-standard --save-devThis achieves lightweight node_modules with no deps, and faster installs.
Usage
Use it as you normally would:
package.json
"scripts": {
"test": "standard"
}Alias
To keep the same import e.g. require('standard')
npm install standard@npm:tiny-standard --save-devLicense
MIT
