Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hustcc/npm-robbery
- Owner: hustcc
- Created: 2018-11-06T03:34:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T18:14:29.000Z (5 months ago)
- Last Synced: 2024-10-17T16:04:13.874Z (22 days ago)
- Topics: npm, package, register, robbery
- Language: JavaScript
- Homepage: https://github.com/hustcc/npm-robbery
- Size: 12.7 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).