https://github.com/zillding/blessed-dashboard
A blessed terminal dashboard blessed by blessed~
https://github.com/zillding/blessed-dashboard
Last synced: 8 months ago
JSON representation
A blessed terminal dashboard blessed by blessed~
- Host: GitHub
- URL: https://github.com/zillding/blessed-dashboard
- Owner: zillding
- Created: 2016-10-21T02:46:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T07:58:01.000Z (over 7 years ago)
- Last Synced: 2025-05-19T22:12:04.301Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blessed Dashboard
A terminal UI dashboard 'blessed' by the
[blessed](https://www.npmjs.com/package/blessed) package
## Get Started
Clone the repo
```sh
cd blessed-dashboard
npm install
npm start
```
Press `escape`, `q` or `C-c` to quit the dashboard.
## Configure
The dashboard layout and program params can be configured in
`/src/config.js` file.
## Build
`npm run build`
The assets will be in `/build` directory.