Package Exports
- namastejs
- namastejs/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (namastejs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🙏 namastejs
A spiritual and useful CLI toolset for developers.
Developed with ❤️ and dedication by Hardik B Chaudhary
✨ Features
| Feature | Command Example | Description |
|---|---|---|
| 🙏 Default Greet | npx namastejs |
Prints a dev blessing and a spiritual namaste quote |
| 🔄 Branch Updater | npx namastejs update --my=feature --from=dev |
Pulls & merges a source branch into your current working one |
| 🔌 Port Scanner | npx namastejs ports |
Lists active local ports with process names and PIDs |
| ❌ Kill a Port | npx namastejs ports --kill=3000 |
Frees a stuck port instantly |
| 📊 Size Analyzer | npx namastejs size |
Displays top 5 heaviest folders/files in your project |
| 🧘 Breathing Timer | npx namastejs breathe |
60-second breathing animation for mental reset |
| 💬 Dev Blessing API | require('namastejs').blessingForDev() |
Use it in your apps to inject positive vibes into the console |
📦 Install (Optional)
npm install -g namastejs