Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milandjurdjevic committed Dec 7, 2023
1 parent 86da845 commit 70b8b57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Strinum/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Strinum

Versatile source code tool designed to automate the generation of stringification extension methods for enum types. By intelligently scanning your source code, this generator identifies enum types and creates streamlined methods for converting enum members to human-readable string representations. Improve code readability, simplify debugging, and boost productivity with EnumStringifyGenerator – the essential companion for enum handling in your projects.

## Usage

The `Stringify()` extension method is generated for each enum type in your source code. If you call it on an enum member, it will return the member represented as a string.
Expand Down

0 comments on commit 70b8b57

Please sign in to comment.