Skip to content

roliod/packageton

Repository files navigation

Packegeton-cli

Build Status

Packageton helps to create a skeleton structure which could be used as a base for a package or module.

Installation

Via npm:

$ npm install [-g] packageton

Supported skeletons

Create skeleton

$ packageton create {skeleton}

Create skeleton with a specific folder name

$ packageton create {skeleton} -f {myFolderName}

Help

See:

$ packageton --help

for more info.