Skip to content

Commit

Permalink
docs: add ora alternatives (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Namchee authored Aug 24, 2024
1 parent d9a9ea8 commit b82bead
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ESLint plugin.
- [`mkdirp`](./mkdirp.md)
- [`moment.js`](./momentjs.md)
- [`npm-run-all`](./npm-run-all.md)
- [`ora`](./ora.md)
- [`qs`](./qs.md)
- [`readable-stream`](./readable-stream.md)
- [`rimraf`](./rimraf.md)
Expand Down
21 changes: 21 additions & 0 deletions docs/modules/ora.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# ora

If you don't need to customize CLI spinners, `ora` can be replaced with leaner alternatives.

# Alternatives

## nanospinner

`nanospinner` is a simple and tiny terminal spinner library for NodeJS

[Project Page](https://github.com/usmanyunusov/nanospinner)

[npm](https://www.npmjs.com/package/nanospinner)

## tiny-spinner

`tiny-spinner` is another tiny terminal spinner library for NodeJS

[Project Page](https://github.com/fabiospampinato/tiny-spinner)

[npm](https://www.npmjs.com/package/tiny-spinner)
6 changes: 6 additions & 0 deletions manifests/preferred.json
Original file line number Diff line number Diff line change
Expand Up @@ -2064,6 +2064,12 @@
"docPath": "npm-run-all",
"category": "preferred"
},
{
"type": "documented",
"moduleName": "ora",
"docPath": "ora",
"category": "preferred"
},
{
"type": "documented",
"moduleName": "q",
Expand Down

0 comments on commit b82bead

Please sign in to comment.