Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/my-dish/packer

package.json
https://github.com/my-dish/packer

Last synced: about 2 months ago
JSON representation

package.json

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]
```