generateproj
v2.6.1
Published
A simple CLI tool to create basic and useful projects in various programming languages.
Maintainers
Readme
Welcome to 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.
Installation
Globale Installation
npm install -g generateprojLocal Installation
npm install generateprojUsage
Create a new project
generateproj <type> or gpj <type>Where <type> can be one of the following:
javanodejshtmlcppastropythonreact (react+vite)nextjs
Example:
generateproj java
generateproj nodejs
generateproj html
generateproj cpp
generateproj astro
generateproj python
generateproj react
generateproj nextjsAutor
Ciro Andrea Strazzullo
- GitHub: @strazzullociroandrea
- LinkedIn: Ciro Andrea Strazzullo
Support
If you found this project useful or want to give feedback, feel free to reach out!
