Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/weaigc/gpt-code-generator

An experimental tool that creates app scaffold code with GPT.
https://github.com/weaigc/gpt-code-generator

Last synced: 15 days ago
JSON representation

An experimental tool that creates app scaffold code with GPT.

Awesome Lists containing this project

README

        

# GPT Code Generator

> An experimental tool that creates app scaffold code with GPT.

[![NPM](https://img.shields.io/npm/v/gpt-code-generator.svg)](https://www.npmjs.com/package/gpt-code-generator)
[![Apache 2.0 License](https://img.shields.io/github/license/saltstack/salt)](https://github.com/weaigc/gpt-code-generator/blob/main/license)

- [Installation](#installation)
- [Usage](#usage)
- [Demo](#demo)
- [License](#license)

## Installation

You can use npm to install `gpt-code-generator` cli. Node version 18 or higher is required.

```bash
npm install -g gpt-code-generator
```

## Usage

```bash
# start create app
npx gpt-code-generator "create a react app"
# or install global
gpt-code-generator please create a next.js app
```

## Demo
Here is demo projects created by `gpt-code-generator`.

* [React App](./tests//fixtures/react-app/)

## License

Apache 2.0 © [LICENSE](https://github.com/weaigc/gradio-chatbot/blob/main/LICENSE).