An open API service indexing awesome lists of open source software.

https://github.com/loyep/pkg-compile

Dependent prepackaged
https://github.com/loyep/pkg-compile

Last synced: 4 months ago
JSON representation

Dependent prepackaged

Awesome Lists containing this project

README

        

# Pkg-Compile



Version


build status


PRs Welcome

GitHub license

Inspired by [umi4](https://www.yuque.com/seeconf/2022/ibm88n#z4sct).

## Usage

### Installation

```bash
npm i -g pkg-compile
```

### Usage

Create the `compiled.json` file:

```bash
touch compiled.json
```

File the content of the `compiled.json` file:

```bash
{
"deps": [
"chalk",
"cross-spawn",
"fs-extra",
"glob",
"lodash",
"pkg-up"
],
"externals": {
"fs-extra": "$$LOCAL"
}
}

```

Then can use the `pkg-compile` command:
```bash
pkg-compile
```

## LICENSE

[MIT](./LICENSE)