0.0.5 • Published 9 years ago

raappid-release v0.0.5

Weekly downloads
3
License
-
Repository
github
Last release
9 years ago

Raappid Release

Coverage Status Build Status

Raappid release is a CLI tool which is designed to help quickly release a project.

Supports projects with

  • Node package manager (package.json must be at the root of the project)
  • Git repository.

Install

Globally

npm install --global raappid-release

Locally

npm install --save-dev raappid-release

Usage

  1. Change to the directory which is the root of the project.

    npm install --save-dev raappid-release
  2. Make sure all the files are commited in the repository and then run the cmd below

    raappid-release <release-type>

    Release types supported

    major | minor | patch | premajor | preminor | prepatch | prerelease

Todo

  • Request user for confirmation before release.
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.1

9 years ago