create-ersn-app
v1.2.0
Published
A CLI for creating applications with personal starter templates I've set up. All templates are stored in separate repositories for easy cloning and use. More templates will be added over time as needed. Feel free to use it if it fits your needs!
Maintainers
Readme
Create Ersn App
A simple and interactive CLI for setting up projects using personal starter templates. The templates are stored in separate repositories, making them easy to clone and use. More templates will be added over time as needed.
Installation
You can install create-ersn-app globally using:
pnpm add -g create-ersn-app
# or
npm install -g create-ersn-app
# or
yarn global add create-ersn-app
# or
bun add -g create-ersn-appAlternatively, you can run it directly using npx, pnpm dlx, yarn dlx, or bunx:
npx create-ersn-app
# or
pnpm dlx create-ersn-app
# or
yarn dlx create-ersn-app
# or
bunx create-ersn-appUsage
Interactive Mode
Simply run the following command and follow the prompts:
create-ersn-appYou'll be asked to select a template and provide the project name.
Available Templates
Here are some of the templates you can use:
- Nuxt 3 Basic Starter:
nuxt3-basic-starter
More templates will be added in the future!
Requirements
- Node.js: v20.19.0 or later
- Package Manager:
pnpm,npm,yarn, orbun
Features
- 🚀 Easy Setup – Quickly scaffold a new project
- 🔥 Multiple Templates – Use different starter templates for various projects
- 🎨 Beautiful CLI – Uses
@clack/promptsandchalkfor an enhanced user experience - ⚡ Fast & Lightweight – Uses
esbuildfor optimized performance
License
This project is licensed under the MIT License.
Author
Created by Ersan Karimi – Website
