Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akarachen/create-kiwi

🥝 Create your JavaScript app with ease.
https://github.com/akarachen/create-kiwi

Last synced: 21 days ago
JSON representation

🥝 Create your JavaScript app with ease.

Awesome Lists containing this project

README

        

create-kiwi

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/akarachen/create-kiwi.svg)](https://github.com/akarachen/create-kiwi/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/akarachen/create-kiwi.svg)](https://github.com/akarachen/create-kiwi/pulls)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

Create your JavaScript app with ease.


## Motivation

Create your JavaScript app with ease.

## Prerequisites

You need:

- Nodejs(v18+)

## Usage

```shell
pnpm create kiwi
```

## Built Using

- [NodeJs](https://nodejs.org/en/) - Server Environment
- [prompts](https://www.npmjs.com/package/prompts) - TUI components.
- [unbuild](https://github.com/unjs/unbuild) - Bundler

## Author

- [@akarachen](https://github.com/akarachen) - Idea & Initial work

See also the list of [contributors](https://github.com/akarachen/create-kiwi/contributors) who participated in this project.

## Acknowledgements

- Inspired by [suemor](https://github.com/suemor233/create-project)