From e695274ae56196685c41f53d56002d822e6ff521 Mon Sep 17 00:00:00 2001 From: Peeush Agarwal Date: Mon, 22 May 2023 16:32:45 +0530 Subject: [PATCH] Update readme with code-snapshot description --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7856d360..e6e3271d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [ChatOps Tools](#chatops-tools) - [CMS](#cms) - [Code Analysis](#code-analysis) + - [Code Snapshot](#code-snapshot) - [Command-line Interface Development](#command-line-interface-development) - [Command-line Tools](#command-line-tools) - [Compatibility](#compatibility) @@ -263,6 +264,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types. * [pytype](https://github.com/google/pytype) - Pytype checks and infers types for Python code - without requiring type annotations. +## Code Snapshot + +*Libraries for converting code into snapshot images* + +* Code Snapshot + * [code-snapshot](https://github.com/ainomic/code-snapshot) - Turn your code snippets into PNG images similar to the snapshot images. + ## Command-line Interface Development *Libraries for building command-line applications.*