Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/weaigc/gpt-code-generator
- Owner: weaigc
- License: apache-2.0
- Created: 2023-07-11T16:51:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T16:30:58.000Z (over 1 year ago)
- Last Synced: 2024-10-11T18:59:24.816Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).