create-lik-app
v1.4.3
Published
create command for licheung
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-appWith Pnpm:
pnpm create lik-appWith Bun:
bun create lik-appArgs
--help
or -h
npm create lik-app --helpSome 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 devAttention
- 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.
