chaos-template-cli
v1.3.1
Published
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.
Downloads
7
Readme
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:
- ~~custom import alias~~ Done
- automatically create a git repo
- more...