An open API service indexing awesome lists of open source software.

https://github.com/arshadkazmi42/npm-bump-version

CLI tool to bump npm version by v0.0.1
https://github.com/arshadkazmi42/npm-bump-version

bump cli node npm upgrade version

Last synced: 7 months ago
JSON representation

CLI tool to bump npm version by v0.0.1

Awesome Lists containing this project

README

          

# npm-bump-version

[![Build](https://github.com/arshadkazmi42/npm-bump-version/actions/workflows/nodejs.yml/badge.svg)](https://github.com/arshadkazmi42/npm-bump-version/actions/workflows/nodejs.yml)
[![NPM Version](https://img.shields.io/npm/v/npm-bump-version.svg)](https://www.npmjs.com/package/npm-bump-version)
[![NPM Downloads](https://img.shields.io/npm/dt/npm-bump-version.svg)](https://www.npmjs.com/package/npm-bump-version)
[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/npm-bump-version.svg)](https://github.com/arshadkazmi42/npm-bump-version)
[![LICENSE](https://img.shields.io/npm/l/npm-bump-version.svg)](https://github.com/arshadkazmi42/npm-bump-version/blob/master/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/npm-bump-version.svg)](https://github.com/arshadkazmi42/npm-bump-version/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/npm-bump-version.svg)](https://github.com/arshadkazmi42/npm-bump-version/commits/master)

Bump your npm module version by 0.0.1 and update in github repository

## Install

```
npm install npm-bump-version -g
```

## Usage

```bash

$ npm-bump
✔ Version bumped to v1.0.2
```

## Contributing

Interested in contributing to this project?
You can log any issues or suggestion related to this library [here](https://github.com/arshadkazmi42/npm-bump-version/issues/new)

Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase