Update readme with code-snapshot description

This commit is contained in:
Peeush Agarwal 2023-05-22 16:32:45 +05:30
parent fcf4aeb762
commit e695274ae5

View File

@ -17,6 +17,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [ChatOps Tools](#chatops-tools) - [ChatOps Tools](#chatops-tools)
- [CMS](#cms) - [CMS](#cms)
- [Code Analysis](#code-analysis) - [Code Analysis](#code-analysis)
- [Code Snapshot](#code-snapshot)
- [Command-line Interface Development](#command-line-interface-development) - [Command-line Interface Development](#command-line-interface-development)
- [Command-line Tools](#command-line-tools) - [Command-line Tools](#command-line-tools)
- [Compatibility](#compatibility) - [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. * [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. * [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 ## Command-line Interface Development
*Libraries for building command-line applications.* *Libraries for building command-line applications.*