0.0.7 • Published 2 years ago

bmix-compiled v0.0.7

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

Bmix-Compiled

Inspired by umi4.

Usage

Installation

npm i -g bmix-compiled

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 bmix-compiled command:

bmix-compiled

LICENSE

MIT

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago