1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Move 'props' to 'Libraries' section, with new description (#90)

This commit is contained in:
StunxFS 2021-01-23 02:50:35 -04:00 committed by GitHub
parent 06f3513777
commit b6186c5cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,6 @@
- [vast](https://github.com/lydiandy/vast) - A simple tool for vlang, generate v source file to AST json file.
- [symlinker](https://github.com/serkonda7/symlinker) - A small Linux tool to manage symlinks.
- [runner](https://github.com/Naheel-Azawy/runner) - A tool that automates running/compiling code written in various programming languages.
- [props](https://github.com/StunxFS/props) - Property support like Java for V.
### Project management
@ -117,6 +116,7 @@
- [crayon](https://github.com/thecodrr/crayon) - Paint your terminal output like Picasso. 🖍️🎨
- [cjson](https://github.com/lydiandy/cjson) - Wrap cJSON for vlang.
- [ascii_robot](https://github.com/Delta456/ascii_robot) - ASCII Robot generator written in V.
- [props](https://github.com/StunxFS/props) - Property support like Java for V.
### Graphics