Licence
MIT
Version
1.4.0
Deps
13
Size
31 kB
Vulns
0
Weekly
0
@mvila/dev-tools
Simple development tools used by mvila's projects.
Installation
npm install @mvila/dev-tools --save-dev
Usage
To build a TypeScript project, add the following in your package.json file:
{
"scripts": {
"build": "dev-tools build:ts-library",
"test": "dev-tools test:ts-library"
}
}
License
MIT