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

https://github.com/louis030195/codex-code-translation

Automatic code translation using OpenAI Codex
https://github.com/louis030195/codex-code-translation

artificial-intelligence google-cloud grpc protobuf react rust rust-lang typescript

Last synced: 12 months ago
JSON representation

Automatic code translation using OpenAI Codex

Awesome Lists containing this project

README

          

# codex-code-translation

Build with ❤️ using:

## AI

* [OpenAI Codex](https://openai.com/blog/openai-codex/)

## Client

* [Typescript](https://www.typescriptlang.org/)
* [React](https://reactjs.org)
* [grpc-web](https://www.npmjs.com/package/grpc-web)

## Server

* [Rust](https://www.rust-lang.org)
* [Tonic](https://crates.io/crates/tonic)

## Deployment

* [Docker](https://www.docker.com)
* [Google Cloud Run](https://cloud.google.com/run/)

## Contributing

### How to release

1. CTRL+SHIFT+F "1.0.x" and bump all (and 0.1.x)
2. git commit -a -m "my awesome feature"
3. git push
4. git tag v1.0.x
5. git push --tags