0.0.9 • Published 2 years ago

pkg-compile v0.0.9

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

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

LICENSE

MIT