devdash
v1.0.2
Published
> A focused command-line dashboard for developers: stay informed, stay organized, and stay productive — all from your terminal.
Downloads
9
Readme
🛠️ DevDash
A focused command-line dashboard for developers: stay informed, stay organized, and stay productive — all from your terminal.
DevDash helps you:
- 📰 Fetch and display the latest developer news
- 💾 Show your current Git stash (if inside a Git repo)
- 📝 Take, view, and manage quick developer notes
Built to keep you in the zone with minimal distractions.
📦 Features
news— Get the latest developer news headlinesstash— List your current Git stash entriesnote— Add and view your personal noteshelp— Display available commands and usage
🚀 Installation
Follow these steps to install DevDash on your machine:
Clone the repository
git clone https://github.com/Tasnuva12/devdash.gitcd devdashInstall dependencies
npm installLink the CLI globally
npm link
Now you can run devdash from anywhere in your terminal.
🛠️ Usage
Run these commands:
devdash news— Fetch and display the latest developer newsdevdash stash— Show your current Git stash list (run inside a Git repo)devdash note— Add or view your saved notesdevdash help— Show help and available commands
🔐 License
MIT License — see the LICENSE file for details.
🙌 Contributing
Issues and pull requests are welcome!
