Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hustcc/npm-robbery

:triangular_flag_on_post: A command tool to register npm package name conveniently.
https://github.com/hustcc/npm-robbery

npm package register robbery

Last synced: 12 days ago
JSON representation

:triangular_flag_on_post: A command tool to register npm package name conveniently.

Awesome Lists containing this project

README

        

# npm-robbery

> A command tool to register npm package name conveniently. 用于辅助快速注册 npm 包名称的命令行工具。

[![npm](https://img.shields.io/npm/v/npm-robbery.svg)](https://www.npmjs.com/package/npm-robbery)
[![npm](https://img.shields.io/npm/dm/npm-robbery.svg)](https://www.npmjs.com/package/npm-robbery)

## Install

> **npm i -g npm-robbery**

Then get the command tool named `npm-robbery`.

## Usage

```bash
Usage: npm-robbery [@ver]

Options:
-v, --version output the version number
-h, --help output usage information
```

For example:

```bash
npm-robbery my-lodash
```

Then will register package name `my-lodash` with version `0.0.1-beta.1`.

Or

```bash
npm-robbery [email protected]
```

## License

MIT@[hustcc](https://github.com/hustcc).