logo
Published on

create-lik-app

  • Author Avatar
    Author
    Author Link

Create project with likcheung habbits

CAUTION

Compatibility Note: requires Node.js version 18+, 20+. and Bunjs 1.0+

Create-Lik-App

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

  1. some template use husky for commit limit. if you want to use it, you need to install it first, or remove husky.
  2. 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.