@sanskarmishra479/ez
v1.1.0
Published
Shortcut CLI for scaffolding projects — ez react, ez next, and more.
Maintainers
Readme
ez
Stop memorizing long commands. Create shortcuts and use them everywhere.
Install
npm install -g @sanskarmishra479/ezBuilt-in Commands
These work out of the box:
ez react my-app # creates a React app using Vite
ez next my-app # creates a Next.js appSkip the project name and it will ask you:
ez react
ez nextCustom Shortcuts
Save any command as a shortcut (use quotes):
ez custom "gs" "git status"
ez custom "dev" "npm run dev"
ez custom "i" "npm install"
ez custom "push" "git push origin main"Now just use them:
ez gs # runs "git status"
ez dev # runs "npm run dev"
ez i express # runs "npm install express"
ez push # runs "git push origin main"Don't need one anymore? Remove it:
ez remove "gs"See All Your Commands
ez listShows built-in commands and any custom shortcuts you've saved.
More frameworks coming soon!
License
MIT
