Skip to content

Commit

Permalink
chore: rename npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
theBenForce committed Jan 2, 2020
1 parent 67bb73b commit 7363525
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/package-lock.json
/tmp
node_modules
oclif.manifest.json
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Tools to manage AWS queues

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/queue-tools.svg)](https://npmjs.org/package/queue-tools)
[![Downloads/week](https://img.shields.io/npm/dw/queue-tools.svg)](https://npmjs.org/package/queue-tools)
[![Version](https://img.shields.io/npm/v/queue-cli.svg)](https://npmjs.org/package/queue-cli)
[![Downloads/week](https://img.shields.io/npm/dw/queue-cli.svg)](https://npmjs.org/package/queue-cli)
[![License](https://img.shields.io/npm/l/qtools.svg)](https://github.com/theBenForce/qtools/blob/master/package.json)

<!-- toc -->
Expand All @@ -17,11 +17,11 @@ Tools to manage AWS queues

<!-- usage -->
```sh-session
$ npm install -g queue-tools
$ npm install -g queue-cli
$ qtools COMMAND
running command...
$ qtools (-v|--version|version)
queue-tools/0.0.0 darwin-x64 node-v12.13.1
queue-cli/0.0.0 darwin-x64 node-v12.13.1
$ qtools --help [COMMAND]
USAGE
$ qtools COMMAND
Expand Down
1 change: 0 additions & 1 deletion oclif.manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "queue-tools",
"name": "queue-cli",
"description": "Tools to interact with AWS queues",
"version": "0.0.0",
"author": "Ben Force @theBenForce",
Expand Down

0 comments on commit 7363525

Please sign in to comment.