2.2.0 • Published 5 years ago
@frontendmonster/builder v2.2.0
@frontendmonster/builder
Simple build script for my FOS projects. run build command, copy package.files and pacage.json to outdir
Instalation
npm install --save-dev @frontendmonster/builderor
yarn add --dev @frontendmonster/builderUsage
builder [options]Options:
| arg | alias | description |
|---|---|---|
| --version | -v | package version |
| --outDir | -o | output directory (default: lib) |
| --cmd | -c | build commad (default: npm run build) |
| --ignoreBuild | ignore build command | |
| --pack | generate output pack | |
| --publish | pulish package with npm |