Skip to content

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

License

Notifications You must be signed in to change notification settings

abrelsfo/npmprep

Repository files navigation

##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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published