create-sourav-app
v1.0.1
Published
A CLI tool to create a new project scaffold from a GitHub repository template.
Downloads
142
Maintainers
Readme
Create Sourav App
create-sourav-app
is a CLI tool that helps you bootstrap projects using a predefined GitHub repository template. Quickly get started with your project without worrying about setup!
Features
- Simple and fast project creation
- Choose your preferred package manager (
npm
,yarn
, orpnpm
) - Automatically installs dependencies after cloning
- Ready-to-use template from your GitHub repository
Installation
To use create-sourav-app
, you need Node.js installed on your system. You can use the CLI directly with npx
(no installation required) or install it globally.
Option 1: Use with npx
(Recommended)
npx create-sourav-app <project-name>