1.0.5 • Published 1 year ago

kov-create-app v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Kov Create App

Version

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
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago