0.1.2 ā€¢ Published 2 years ago

create-chakra v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

create-chakra example

Create Chakra Project (create-chakra)

āš’ Tool to scaffold chakra apps, without wasting time. It uses existing tools like create-next-app and create-vite and then configures chakra ui in the project.

Usage

npx

npx create-chakra@latest

# OR

npx create-chakra@latest <project-name> --template <id>

yarn

yarn create chakra

# OR

yarn create chakra <project-name> --template <id> 

pnpm

pnpm create chakra

# OR

pnpm create chakra <project-name> --template <id>

Scaffolding tools

idTemplateTool
nextjsNext.jscreate-next-app
reactReactcreate-vite
vueVuecreate-vite

NOTE: Add the -ts postfix to the ID to install with TypeScript

Include template id to skip input steps

npx create-chakra@latest --template <id>
# OR
yarn create chakra --template <id>

Contributing

Pull requests are always welcome, but please ensure that you've properly tested and the project is working correctly.

Testing locally

Just clone the repo and run:

pnpm build && ./dist/index.js

# OR
pnpm build && npm i --location=global .

Please, prefer using pnpm rather than npm or yarn while building create-chakra locally as it will avoid conflicts. I have not tested create-chakra with npm or yarn.

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.81

2 years ago

0.0.8-fix-readme

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.61

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.41

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago