uinix-scripts
v0.1.2
Published
Shareable NPM scripts for uinix projects
Downloads
8
Readme
uinix-scripts
Shareable NPM scripts for uinix projects.
Intro
A collection of NPM scripts used across uinix
projects.
Install
uinix-scripts
is an ESM module requiring Node 12+.
npm install uinix-scripts
Usage
Add to the scripts
field in package.json
,
{
"scripts": {
"clean": "uinix-scripts clean"
}
}
API
clean()
- Recursively removes all
*.d.ts
files in the following folders:./
lib/
test/