pkg-compile
v0.0.9
Published
Pkg compile
Downloads
5
Readme
Pkg-Compile
Inspired by umi4.
Usage
Installation
npm i -g pkg-compile
Usage
Create the compiled.json
file:
touch compiled.json
File the content of the compiled.json
file:
{
"deps": [
"chalk",
"cross-spawn",
"fs-extra",
"glob",
"lodash",
"pkg-up"
],
"externals": {
"fs-extra": "$$LOCAL"
}
}
Then can use the pkg-compile
command:
pkg-compile