2.0.1 • Published 8 years ago

publish-helpers v2.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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.

2.0.1

8 years ago

2.0.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago