Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 422 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 422 Bytes

packer

Install

$ npm install @my-dish/packer

Usage

const packer = require('@my-dish/packer');

packer.installTemplate();
packer.createPackageJSON();
packer.installPackages();

CLI

$ packer --debug [--reload]