A Node CLI that generates minimal project templates of modern web development.
The following project template is used to create a project.
If you have any problems about project templates, please create an issue in the repository.
npm i -g chaka@latest
npx chaka@latest react my-app
cd my-app
npm install
git init
npx chaka@latest next my-app
cd my-app
npm install
git init
npx chaka@latest remix my-app
cd my-app
npm install
git init
npx chaka@latest gatsby my-app
cd my-app
npm install
git init
npx chaka@latest svelte my-app
cd my-app
npm install
git init
Node.js
>= 16.0
recommended versionIt's simple. 🍰
chaka [COMMAND]
[COMMAND]
help Display help for chaka.
react Create a React.js project template
next Create a Next.js project template
remix Create a Remix.js project template
gatsby Create a Gatsby.js project template
svelte Create a Svelte.js project template
react
chaka react [PROJECT]
[PROJECT]
next
chaka next [PROJECT]
[PROJECT]
remix
chaka remix [PROJECT]
[PROJECT]
gatsby
chaka gatsby [PROJECT]
[PROJECT]
svelte
chaka svelte [PROJECT]
[PROJECT]