# sev

> semantic versioning cli tool

Latest version **0.0.3** (published 2014-04-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install sev
pnpm add sev
yarn add sev
bun add sev
```

Provides the command `sev`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2014-04-28 |
| First published | 2014-04-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+5 in 3 direct dependencies) |
| Install scripts | yes |
| Author | Nathan Leiby |
| Maintainers | nathanleiby |
| Keywords | semantic, version, semver, cli, tool |

## Links

- npm: https://www.npmjs.com/package/sev
- Repository: https://github.com/nathanleiby/sev
- Issues: https://github.com/nathanleiby/sev/issues
- npm.io page: https://npm.io/package/sev

## Dependencies (5)

- [cli](https://npm.io/package/cli.md) ^0.5.0
- [debug](https://npm.io/package/debug.md) ^0.8.0
- [semver](https://npm.io/package/semver.md) ^2.2.1
- [execSync](https://npm.io/package/execSync.md) ^1.0.1-pre
- [underscore](https://npm.io/package/underscore.md) ^1.6.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.0.3 (latest) — 2014-04-28
- 0.0.1 — 2014-04-28

## README

# sev

[![Build Status](https://travis-ci.org/nathanleiby/sev.svg)](https://travis-ci.org/nathanleiby/sev)

semantic versioning cli tool

[Semantic Versioning spec](http://semver.org/)

Semantic versioning takes a few steps. Let's make it even easier.

1. find and open package.json.
2. bump correct version type and save.
3. (remove staged changes), git add, git commit msg, (restore staged changes)

`sev` will do all these for you in one command, e.g. `sev -p` to do a patch version.

## Developing

Run `npm link` to build the library and create a symlink to `sev`.

---
_Source: https://npm.io/package/sev · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
