Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tglide/codeverter
Convert code to your programming language of choice
https://github.com/tglide/codeverter
code javascript openai python react svelte typescript vue
Last synced: 21 days ago
JSON representation
Convert code to your programming language of choice
- Host: GitHub
- URL: https://github.com/tglide/codeverter
- Owner: TGlide
- License: mit
- Created: 2023-03-12T19:53:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T15:21:09.000Z (7 months ago)
- Last Synced: 2024-12-21T14:38:55.142Z (22 days ago)
- Topics: code, javascript, openai, python, react, svelte, typescript, vue
- Language: Svelte
- Homepage: https://codeverter.vercel.app
- Size: 109 KB
- Stars: 150
- Watchers: 3
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Codeverter
## Description
A GPT-powered code converter, allowing you to convert between different languages and frameworks, with a set of predefined custom options per language, without having to specify the input language.
You can try it out [here](https://codeverter.vercel.app/).
## TODO
- [ ] Progressive enhancement
- [x] Add ability to enter custom languages
- [x] Swap select for autocomplete
- [x] Code highlighting## Ideas
- [ ] Code preview
- [x] Add custom options for each language