From 5906cee3e8fa059a73deaf81fa1c83ed9810a7a6 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 11 Aug 2023 13:57:12 -0700 Subject: [PATCH] Add snippet generators section. #15 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8a6b9ab..ef34173 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Shell assistants](#shell-assistants) - [Agents](#agents) - [App generators](#app-generators) +- [Snippet generators](#snippet-generators) - [Documentation](#documentation) - [Continuous integration bots](#continuous-integration-bots) - [Foundation models](#code-generation) @@ -62,6 +63,12 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Pico](https://picoapps.xyz) - End-to-end micro app generator with instant deployment. - [Literally anything](https://literallyanything.io) - HTML and JavaScript web app generator. +## Snippet generators + +- [CodePal](https://codepal.ai/) — A web tool for quickly generating or refactoring code. +- [AI Code Convert](https://aicodeconvert.com/) — A web tool for translating code between programming languages. +- [AI Code Playground](https://aicodeplayground.com/) — A web tool for refactoring and improving code. + ## Documentation - [Trelent](https://trelent.net/) — A VS Code extension to generate docstrings. Uses proprietary models.