@er-abhijeet/buildr
v1.0.3
Published
A CLI tool to scaffold projects
Downloads
9
Readme
@er-abhijeet/proj-gen
A CLI tool to scaffold full-stack projects quickly. Supports Express (Node.js), Flask (Python), Django (Python), and Spring Boot (Java). Choose your frontend, backend, and additional features like Tailwind CSS with simple prompts.
Features
- Scaffold full-stack projects in seconds.
- Supports multiple backend frameworks:
- Express (Node.js)
- Flask (Python)
- Django (Python)
- Spring Boot (Java)
- Supports multiple backend frameworks:
- React
- Angular
- Vue
- Svelte
- Optional features:
- Tailwind CSS integration
- CORS setup
- Environment variable
.envsupport
- Fully interactive CLI with prompts for project customization.
Installation
Install globally via npm:
npm install -g @er-abhijeet/proj-genUsage
After installation, you can use the CLI tool with the following commands:
Create a new project
cli-tool create <project-name>Scaffolds a new project with the specified name. You will be prompted to select frontend, backend, and additional features.
Show help
cli-tool --helpDisplays help information and usage instructions.
Version info
cli-tool --versionShows the current version of the CLI tool.
For more details, run cli-tool --help or check the documentation.
