Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/my-dish/packer
package.json
https://github.com/my-dish/packer
Last synced: about 2 months ago
JSON representation
package.json
- Host: GitHub
- URL: https://github.com/my-dish/packer
- Owner: my-dish
- License: mit
- Created: 2017-05-07T14:53:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T23:49:40.000Z (over 7 years ago)
- Last Synced: 2023-09-19T16:54:27.225Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packer
## Install
```
$ npm install @my-dish/packer
```## Usage
```js
const packer = require('@my-dish/packer');packer.installTemplate();
packer.createPackageJSON();
packer.installPackages();
```### CLI
```sh
$ packer --debug [--reload]
```