Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

bcomnes/ustandard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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