New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-chakra

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-chakra

⚒ Tool to scaffold chakra apps, without wasting time.

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

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.

Keywords

chakra

FAQs

Package last updated on 10 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts