Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leny/panelo
🎛 A CLI-dashboard for your npm packages
https://github.com/leny/panelo
Last synced: 2 days ago
JSON representation
🎛 A CLI-dashboard for your npm packages
- Host: GitHub
- URL: https://github.com/leny/panelo
- Owner: leny
- License: mit
- Created: 2019-04-01T13:05:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T13:06:13.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T08:42:45.390Z (about 2 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# panelo
> A CLI-dashboard for your npm packages
* * *
> ☝️ **NOTE:** this package is a rewrite of an old package of mine, [tablodbò](https://www.npmjs.com/package/tablodbo)
* * *
## How it works ?
For each npm package of the given user, **tablodbò** will outputs these informations : name, version, ESM compatibility, build status (on Travis), dependencies update status, dev dependencies update status, last month's downloads on npm, npm stars and dependents packages amount.
## Usage
### Installation
Thus its discouraged, you can install the package globally with the following command:
npm install -g panelo
#### UsageSimply run the following command:
panelo [YOUR_NPM_NICKNAME]
### With `npx`Using panelo with npx is really easy:
npx panelo [YOU_NPM_NICKNAME]
* * *## License
Copyright (c) 2019 Leny
Licensed under the MIT license.