@nexckycort/create-init
v0.0.6
Published
A personal CLI tool to quickly scaffold projects with predefined templates like monorepos, React, Solid, backend, and lambdas.
Readme
@nexckycort/init
A personal CLI tool designed to quickly scaffold projects using predefined templates. With this tool, you can start a project in seconds by selecting from options like monorepos, frontend applications (React, Solid), backend, lambdas, and more.
🚀 Key Features
- Predefined Templates: Includes templates for frontend (React, Solid), backend, lambdas, and monorepos.
- Easy to Use: Interactive interface that guides you step-by-step to configure your project.
- Customizable: Add your own templates or modify existing ones as needed.
- Fast and Efficient: Save time by avoiding manual initial project setup.
🛠️ Usage
Run the installation command:
pnpm create @nexckycort/initFollow the prompts in the terminal:
- Select the type of project you want to create (monorepo, React, Solid, backend, lambda, etc.).
- Provide the project name and any other required options.
Once the process is complete, your project will be ready to use. Navigate to the project directory and start working:
cd project-name pnpm install pnpm dev
📂 Available Templates
The following templates are currently available:
- Monorepo: Basic configuration for managing multiple packages in a single repository.
- React: Frontend project with React preconfigured.
- Solid: Frontend project with Solid.js preconfigured.
- Backend: Template for backend projects with Node.js.
- Lambda: Template for serverless functions with AWS Lambda.
📜 License
This project is licensed under the MIT License. See the LICENSE file for more details.
