Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akarachen/create-kiwi
- Owner: AkaraChen
- License: mit
- Created: 2022-12-28T04:47:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T15:47:33.000Z (2 months ago)
- Last Synced: 2024-10-05T11:32:23.357Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)