create-lik-app
v1.0.2
Published
create command for licheung
Downloads
305
Maintainers
Readme
Create project with likcheung habbits
Compatibility Note: requires Node.js version 18+, 20+. and Bunjs 1.0+
Cli
With Npm:
npx create-lik-app
With Pnpm:
pnpm create lik-app
With Bun:
bun create lik-app
Args
--help
or -h
npm create lik-app --help
Some help message. And you can view templates here
--template
or -t
The template you want to use. You can view templates with -h
Usage
When template is created, you can run:
cd project-name
npm install
npm run dev
Attention
- some template use husky for commit limit. if you want to use it, you need to install it first, or remove husky.
- some template use only-allow to limit package manager. if u want to use others, you need to change script in package.json
scripts.preinstall
, or remove it.
This project is inspired by create-vite. Thx vite.