@meowdev101/meow-cli
v0.1.0
Published
A CLI tool to scaffold and initialize projects
Maintainers
Readme
🐱 meow-cli
A CLI tool to scaffold, install, and push new web projects to GitHub — all in one command.
Preview

Requirements
Before using meow-cli, make sure you have the following installed:
- Node.js v18+
- Git
- GitHub CLI — logged in via
gh auth login
Installation
npm install -g @meowdev101/meow-cliUsage
meow createMeow-cli will ask you a few questions then handle everything else:
- Project name
- Stack
- Language (JavaScript or TypeScript)
- Package manager
- Initial commit message
- Choose repository type
Then it will scaffold the project, install dependencies, and push it to GitHub automatically.
Available stacks
| Stack | JavaScript | TypeScript | |-------|-----------|------------| | React (Vite) | ✅ | ✅ | | Vue (Vite) | ✅ | ✅ | | Next.js | 🔜 | 🔜 | | Nuxt.js | 🔜 | 🔜 | | Nest.js | 🔜 | 🔜 | | MERN | 🔜 | 🔜 | | MEVN | 🔜 | 🔜 |
Contributing
Contributions are welcome! Here's how to get started:
- Fork the repository
- Create a new branch
git checkout -b feat/your-feature-name- Make your changes and commit following Conventional Commits
git commit -m "feat: add something new"- Push your branch and open a Pull Request
License
ISC © meowdev101
