1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/tools
Delyan Angelov 59efd42483 tools/vget => tools/v , search, install, etc
* compiler: rename vget to tools/vpm, implement draft support for v vpm search, v vpm update, v vpm install, v vpm remove, v vpm help .

* compiler: use "v pm" instead of "v vpm" to reduce the redundancy of typing, as suggested by slapden


* Use 'v install modulename', 'v search keywords', 'v update modulename', 'v remove modulename' instead of the longer 'v pm install modulename' etc.
2019-11-01 15:19:04 +03:00
..
gen_vc.v compiler/vlib: replace substr/left/right with [start..end] everywhere 2019-10-27 10:03:15 +03:00
performance_compare.v snake_case consts 2019-10-12 22:36:14 +03:00
vnames.v new vh generation + simpler match statement 2019-10-23 00:45:17 +03:00
vpm.v tools/vget => tools/v , search, install, etc 2019-11-01 15:19:04 +03:00
vrepl.v tools/vget => tools/v , search, install, etc 2019-11-01 15:19:04 +03:00
vtest.v compiler: extract testing to tools/vtest.v 2019-11-01 02:15:03 +03:00
vup.v compiler: move v up implementation to tools/vup.v 2019-11-01 13:14:59 +03:00