Gathering detailed insights and metrics for @aditya_kbr01/stack-gen
Gathering detailed insights and metrics for @aditya_kbr01/stack-gen
Gathering detailed insights and metrics for @aditya_kbr01/stack-gen
Gathering detailed insights and metrics for @aditya_kbr01/stack-gen
npm install @aditya_kbr01/stack-gen
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A powerful CLI tool to generate production-ready full-stack applications with customizable configurations.
stack-gen helps developers quickly scaffold full-stack applications with modern tech stacks. It provides an interactive command-line interface to select and configure your preferred stack components, saving hours of initial setup time.
1# Install globally (Recommended) 2npm install -g @aditya_kbr01/stack-gen 3npm install -g stack-gen 4 5# Or use with npx 6npx @aditya_kbr01/stack-gen
Run the CLI and follow the interactive prompts:
1# If installed globally 2npx @aditya_kbr01/stack-gen 3 4# Or using npx 5npx @aditya_kbr01/stack-gen
The CLI will guide you through a series of questions:
Example session:
1$ stack-gen 2? Enter your project name: my-awesome-app 3? Choose Stack: PERN 4? Choose a Server: Advance Server (Recommended) 5? Choose Advance Server Variant: With JWT and Cache 6? Choose a Client: Advance Client (Recommended) 7? Choose Advance Client Variant: tailwind-shadcn-zinc
The generated project will have the following structure:
my-stack-project/
├── client/ # Frontend React application
│ ├── public/ # Static assets
│ ├── src/ # React source code
│ ├── package.json # Frontend dependencies
│ └── ...
├── server/ # Backend Express application
│ ├── src/ # Server source code
│ ├── package.json # Backend dependencies
│ └── ...
└── package.json # Root package.json for project-wide scripts
To contribute to the stack-gen:
Clone the repository:
1git clone https://github.com/Adityakbr01/stack-gen.git 2cd stack-gen
Install dependencies:
1npm install
Build the project:
1npm run build
Link the package locally for testing:
1npm link
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
For support, issues, or feature requests, please file an issue on the GitHub repository.
Made with ❤️ by Adityakbr01
No vulnerabilities found.
No security vulnerabilities found.