/npmprep

Removes the title, tries to publish to npm, adds title back to README

Primary LanguageJavaScriptMIT LicenseMIT

##npmprep

npm version Build Status npm download count

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 adduser before running this though.

explanation

Install

$ npm install --save npmprep

Usage

const npmprep = require('npmprep');

npmprep();
//=> Removes the title, tries to publish to npm, adds title back to README

API

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 back

License

MIT © Alex Brelsford