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

45 lines
1.2 KiB
Markdown
Raw Normal View History

2019-07-03 19:57:17 +03:00
# Awesome V
2019-07-15 17:46:57 +03:00
A curated list of awesome V frameworks, libraries, software and resources.
## Table of contents
* [Applications](#applications)
* [Package manager](#package-manager)
2019-07-15 17:49:52 +03:00
* [Libraries](#libraries)
* [Command-line](#command-line)
* [Text Processing](#text-processing)
2019-07-15 17:49:52 +03:00
* [Telegram](#telegram)
* [Other](#other)
* [Programming contests](#programming-contests)
2019-07-15 17:46:57 +03:00
* [Articles](#articles)
## Applications
### Package manager
2019-07-15 17:49:52 +03:00
* [vpkg](https://github.com/nedpals/vpkg) - Toy package manager written on V.
2019-07-15 17:58:31 +03:00
* [vpm](https://github.com/yue-best-practices/vpm) - The V language package management tool written in V.
## Libraries
### Command-line
2019-07-15 17:49:52 +03:00
* [v-args](https://github.com/nedpals/v-args) - V library for parsing arguments from argv-like arrays.
### Text processing
2019-07-15 17:49:52 +03:00
* [v-regex](https://github.com/ShellBear/v-regex) - A simple regex library for V.
2019-07-15 17:49:52 +03:00
### Telegram
* [hygram](https://github.com/vpervenditti/hygram) - Telegram bot library
2019-07-20 03:07:39 +03:00
### Files
* [v-mime](https://github.com/nedpals/v-mime) - MIME detection library for V.
## Other
### Programming contests
* [RustemB/rosetta-code-v](https://github.com/RustemB/rosetta-code-v) -- Solutions for Rosetta Code in V.
2019-07-15 17:46:57 +03:00
## Articles
* [An introduction to V](https://simonknott.de/articles/VLang.html)