0.1.1 • Published 8 years ago

jspm-publish-helper v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

jspm-publish-helper

CLI tool to assist with publishing JSPM projects to NPM

Installation

$ npm install -g jspm-publish-helper

Usage

Building package.json used for npm publishing:

$ jspm-publish-helper --publishable-config [--dist dist]

--publishable-config creates the package.json used for npm publising in the folder given specified in the --dist option. ('dist' is assumed if no value is provided.)