A simple CLI tool to create basic and useful projects in various programming languages.
npm install generateproj  
> GenerateProj it is a CLI tool built to streamline and accelerate software project development.
> It features automated scaffolding for the most popular languages and development environments: Java, Node.js, HTML/CSS/JavaScript, C++, astro, python, react (react+vite) e nextjs base.
With a simple and interactive interface, 'generateproj' guides you in choosing the type of project to create, generating a complete and ready-to-use directory structure for you, including essential files such as 'README-.md', '.gitignore', 'main.*' and organized folders for each language.
---
``bash`
npm install -g generateproj
`bash`
npm install generateproj
---
`bash`
generateproj
Where can be one of the following:
- javanodejs
- html
- cpp
- astro
- python
- react (react+vite)
- nextjs
-
Example:
`bash``
generateproj java
generateproj nodejs
generateproj html
generateproj cpp
generateproj astro
generateproj python
generateproj react
generateproj nextjs
---
Ciro Andrea Strazzullo
- GitHub: @strazzullociroandrea
- LinkedIn: Ciro Andrea Strazzullo
---
If you found this project useful or want to give feedback, feel free to reach out!
---