kov-create-app
v1.0.5
Published
CLI tool to create a base setup for kov projects
Downloads
3
Readme
Kov Create App
CLI tool to create a base setup for kov projects using Vite and SWC. The project created comes with an opinionated version of Eslint and Prettier configuration as well as the folders structure according to the standards of KOV.
Frontend Stack
You will be prompt to use any of this options for your project:
- React
- React + Typescript
Features
You will be prompt to add any of this features to your project:
- Redux with Redux Saga
- Kov-shared-components library
- Tests with Jest (Coming Soon..)
Usage
This tool requires Node.js v16+ to run.
The easiest way to use this tool is to run this command and follow the prompts
npx kov-create-app
You can also use arguments to bypass the prompts
npx kov-create-app [options] <projectName>
Arguments:
projectName name of your project
Options:
-t, --template <stack> template type (choices: "react", "typescript")
-r, --redux add redux and redux saga
-k, --kov-shared-components add kov-shared-components lib
-h, --help display help for command