create-klabs-app
v0.0.9
Published
A CLI tool of Kroma for creating new projects
Downloads
2
Readme
create-klabs-app
Overview
A CLI tool that will help you bootstrap your first app using the standards in Kroma
Usage
If using npm
npm create klabs-app@latest [name] --template=<template_name>
If using yarn
yarn create klabs-app [name] --template=<template_name>
Note
The template_name
should be the exact folder name that can be seen inside the templates
folder.