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
- Host: GitHub
- URL: https://github.com/louis030195/codex-code-translation
- Owner: louis030195
- Created: 2021-09-10T16:39:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T17:08:29.000Z (over 4 years ago)
- Last Synced: 2025-04-06T03:29:01.276Z (12 months ago)
- Topics: artificial-intelligence, google-cloud, grpc, protobuf, react, rust, rust-lang, typescript
- Language: JavaScript
- Homepage: https://codex.louis030195.com
- Size: 1.35 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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