https://github.com/gavinning/packing
packing nodejs by bytenode
https://github.com/gavinning/packing
Last synced: 10 months ago
JSON representation
packing nodejs by bytenode
- Host: GitHub
- URL: https://github.com/gavinning/packing
- Owner: gavinning
- Created: 2020-10-14T17:34:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T16:58:37.000Z (about 5 years ago)
- Last Synced: 2025-03-17T19:45:02.754Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Packing Nodejs
---
### Install
```sh
npm i @4a/packing
# or
npm i @4a/packing -g
```
### Usage
```sh
packing --help
```
```sh
Usage: packing [options]
packing nodejs by bytenode
Options:
-v, --version output the version number
-s, --src source folder
-d, --dist target folder
-i, --ignore ignore files
-h, --help display help for command
```