Skip to content
/ ai-code Public

Modify, refactor, and generate code with the help of large language models

Notifications You must be signed in to change notification settings

Anemy/ai-code

Repository files navigation

ai-code

This is a minimal TypeScript React Electron application.

Development

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone git@github.com:Anemy/ai-code.git
# Navigate into the repository
cd ai-code
# Install dependencies
npm install
# Run the app
npm start

Testing

Tests are run with the Jest testing framework.

npm test

Repository folder structure

src/ - Where all of the source code of the application resides. test/ - Folder for all of the tests. dist/ - Webpack generated bundle to be run by electron.

Resources

About

Modify, refactor, and generate code with the help of large language models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published