jspm-publish-helper
v0.1.1
Published
CLI tool to assist with publishing JSPM projects to NPM
Downloads
1
Maintainers
Readme
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.)