steelbrain / publish

Things I use to publish my packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish

A publisher that makes sure everything is all right before your modules are published.

Checks performed

Publish check if

  • a manifest file does not exist
  • a manifest file is invalid
  • manifest's main file is ignored by npm ignored
  • manifest's main file does not exist
  • .idea directory is found and is not ignored by npm or git
  • .DS_Store file is found and is not ignored by npm or git

Installation

npm install -g publish-helpers

Usage

  $ publish prepare
  $ publish validate
  $ publish apm|npm major|minor|patch

License

This project is licensed under the terms of MIT license, see the LICENSE file for more info.

About

Things I use to publish my packages

License:MIT License


Languages

Language:JavaScript 100.0%