Package Exports
- namastejs
- namastejs/src/namaste/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
π Table of Contents
β¨ What is namastejs?
A lightweight, fun, and powerful developer utility CLI. It started with a simple blessing and now supports real productivity tools like branch management, port killing, vault management, project cleaning, and more β all accessible via npx.
β‘ Quick Start
npx namastejsπ¦ Install (Optional)
npm install -g namastejsπ§° CLI 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 |
| π Vault CLI | npx namastejs vault |
Manage dev credentials (add/get/list/delete/clear) |
| πΏ Project Cleaner | npx namastejs clear |
Deletes node_modules, dist, build, and cache folders |
| βοΈ Project Setup | npx namastejs setup |
Installs dependencies, checks tools, creates .env if needed |
| π¬ Dev Blessing API | require('namastejs').blessingForDev() |
Use it in your apps to inject positive vibes into the console |
π Size Analyzer
npx namastejs size # Scan current directory for largest files/folders
npx namastejs size --path=C:\dev # Scan a custom path (e.g., project directory or drive)π Vault Usage
npx namastejs vault add # Add a service (GitHub, Netlify, etc.)
npx namastejs vault get github # Get saved credentials
npx namastejs vault list # List all stored services
npx namastejs vault delete github # Delete a specific service
npx namastejs vault clear # Wipe the entire vault- Stored globally on your machine with safe (no-dependency) encryption.
π Setup Automation
npx namastejs setupThis command will π
- Check for required tools (git, node, npm)
- Install dependencies
- Create .env file from .env.sample (if available)
β€οΈ Contribution
Want to improve namastejs or suggest a new feature?
- Fork this project on GitLab: gitlab.com/hardik.47/namastejs
- Submit an issue or merge request
- Feature ideas? Use npx namastejs help and see whatβs already built
βοΈ Made with
codeand a lot of β€οΈ by Hardik B Chaudhary β may code bless you π