# create-kkt

> Creates a KKT application using the command line.

Latest version **3.0.0** (published 2021-10-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-kkt
pnpm add create-kkt
yarn add create-kkt
bun add create-kkt
```

Provides the command `create-kkt`.

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2021-10-06 |
| First published | 2019-11-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ^12.20.0 \|\| ^14.13.1 \|\| >=16.0.0 |
| Dependencies | 9 |
| Unpacked size | 21 KB |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Kenny Wong |
| Maintainers | wcjiang |
| Keywords | create, kkt, react, redux, rematch, uiw, redux-saga, elm, framework, frontend |

## Links

- npm: https://www.npmjs.com/package/create-kkt
- Repository: https://github.com/kktjs/create-kkt
- Homepage: https://kktjs.github.io/create-kkt
- Issues: https://github.com/kktjs/create-kkt/issues
- npm.io page: https://npm.io/package/create-kkt

## Dependencies (9)

- [ora](https://npm.io/package/ora.md) 5.4.1
- [download](https://npm.io/package/download.md) 8.0.0
- [fs-extra](https://npm.io/package/fs-extra.md) 10.0.0
- [minimist](https://npm.io/package/minimist.md) 1.2.5
- [@types/node](https://npm.io/package/@types/node.md) 16.7.1
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) 7.15.4
- [@types/download](https://npm.io/package/@types/download.md) 8.0.1
- [@types/fs-extra](https://npm.io/package/@types/fs-extra.md) 9.0.13
- [@types/minimist](https://npm.io/package/@types/minimist.md) 1.2.2

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 3.0.0 (latest) — 2021-10-06
- 2.3.0 — 2021-09-02
- 2.2.0 — 2021-09-02
- 2.1.6 — 2021-08-22
- 2.1.5 — 2021-03-12
- 2.1.4 — 2021-03-12
- 2.1.3 — 2021-01-19
- 2.1.2 — 2021-01-19
- 2.1.1 — 2021-01-19
- 2.1.0 — 2021-01-19
- 2.0.0 — 2021-01-13
- 1.0.6 — 2020-03-05
- 1.0.4 — 2019-11-28
- 1.0.3 — 2019-11-28
- 1.0.2 — 2019-11-28
- … 2 more at https://npm.io/package/create-kkt/versions

## README

# create-kkt

[![Coverage Status](https://kktjs.github.io/create-kkt/badges.svg)](https://kktjs.github.io/create-kkt/lcov-report/) [![Build](https://github.com/kktjs/create-kkt/workflows/Build/badge.svg)](https://github.com/kktjs/create-kkt/actions) [![NPM Version](https://img.shields.io/npm/v/create-kkt.svg)](https://www.npmjs.com/package/create-kkt)

Creates a [kkt](https://github.com/kktjs/kkt) application using the command line.

### Usage

```shell
# npm 6.x
$ npm init kkt my-app --example react-component-tsx
# npm 7+, extra double-dash is needed:
$ npm init kkt my-app -- --example react-component-tsx

$ yarn create kkt [appName]
# or npm
$ npm create kkt my-app
# or npx
$ npx create-kkt my-app
```

or

```bash
$ npm i create-kkt -g
```

### Command Help

Below is a help of commands you might find useful. The example download is from https://kktjs.github.io/zip/

```bash
Usage: create-kkt <app-name> [options] [--help|h]

Options:
  --version, -v Show version number
  --help, -h Displays help information.
  --output, -o Output directory.
  --example, -e Example from: https://kktjs.github.io/zip/ , default: "basic"
  --force, -f Overwrite target directory if it exists. default: false
  --path, -p Specify the download target git address. default: "https://kktjs.github.io/zip/"

Example:
  npx create-kkt my-app
  yarn create kkt appName
  npm create kkt my-app
  npm create kkt my-app -f
  npm create kkt my-app -p https://kktjs.github.io/zip/

Copyright 2021
```

## Development

```bash
npm run watch # Listen compile .ts files.
npm run build # compile .ts files.
```

## License

[MIT © Kenny Wong](https://github.com/kktjs/kkt/blob/master/LICENSE)

---
_Source: https://npm.io/package/create-kkt · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
