Skip to content

Commit

Permalink
Merge pull request ejhayes#42 from royalpinto/cli
Browse files Browse the repository at this point in the history
add cli
  • Loading branch information
s-r-x authored Nov 8, 2021
2 parents ed23e52 + dff8c46 commit 3c94910
Show file tree
Hide file tree
Showing 7 changed files with 1,871 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Standard UI for [Bull](https://github.com/OptimalBits/bull).
- [Express](https://github.com/s-r-x/bull-monitor/tree/main/packages/express#usage)
- [Koa](https://github.com/s-r-x/bull-monitor/tree/main/packages/koa#usage)
- [Hapi](https://github.com/s-r-x/bull-monitor/tree/main/packages/hapi#usage)
- [Fastify](https://github.com/s-r-x/bull-monitor/tree/main/packages/fastify#usage)
- [Fastify](https://github.com/s-r-x/bull-monitor/tree/main/packages/fastify#usage)
- [CLI](https://github.com/s-r-x/bull-monitor/tree/main/packages/cli#usage)
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18 changes: 18 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @bull-monitor/cli

Command line interface fpr adapter for [bull-monitor](https://github.com/s-r-x/bull-monitor)

## Installation

```sh
npm i -g @bull-monitor/cli
```

## Usage

```sh
bull-monitor -q my-queue

# For additonal options
bull-monitor --help
```
Loading

0 comments on commit 3c94910

Please sign in to comment.