npm.io
1.3.1 • Published 2 years agoCLI

chaos-template-cli

Licence
ISC
Version
1.3.1
Deps
9
Size
55 kB
Vulns
0
Weekly
0

Chaos-template-cli

This is a learning demo, but it may help you set up React project quickly, with everything set up for you, just like create-next-app.

How to use

Create a new project interactively by running

npm i chaos-template-cli -g
# or
yarn add chaos-template-cli -g
# or
pnpm add chaos-template-cli -g

then use it to create a new project

npx run chaos
# or
pn exec chaos

This cli provides you Two choices

  • Normal template
  • Tailwindcss template

More features will be mount later

Todos:

  1. custom import alias Done
  2. automatically create a git repo
  3. more...