0.1.3 • Published 10 years ago
npmprep v0.1.3
npm adds your title and description to the top of the page and then adds everything in your README. This will strip the title from the README, publish to npm, and then add the title back to the README. That way it is still good to publish on github as well. You need to run
npm adduserbefore running this though.
Install
$ npm install --save npmprepUsage
const npmprep = require('npmprep');
npmprep();
//=> Removes the title, tries to publish to npm, adds title back to READMEAPI
npmprep
tries to publish from the current directory. Remove the name of the module from the README, publish to npm, add name back
CLI
$ npm install --global npmprep$ npmprep --help
Usage
npmprep
Examples
$ npmprep
Remove the name of the module from the README, publish to npm, add name backLicense
MIT © Alex Brelsford