0.1.2 • Published 3 years ago

uinix-scripts v0.1.2

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

uinix-scripts

Build Coverage Downloads Size

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/
0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago