mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
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.
This commit is contained in:

committed by
Alexander Medvednikov

parent
a83e233dea
commit
59efd42483
14
.gitignore
vendored
14
.gitignore
vendored
@@ -6,10 +6,16 @@
|
||||
/v.*.c
|
||||
/v.c.out
|
||||
/v.exe
|
||||
/tools/vget
|
||||
/tools/vget.exe
|
||||
/tools/performance_compare
|
||||
/tools/performance_compare.exe
|
||||
/tools/vrepl
|
||||
/tools/vrepl.exe
|
||||
/tools/vtest
|
||||
/tools/vtest.exe
|
||||
/tools/vup
|
||||
/tools/vup.exe
|
||||
/tools/vpm
|
||||
/tools/vpm.exe
|
||||
*.exe
|
||||
*.o
|
||||
.*.c
|
||||
@@ -30,7 +36,3 @@ vjs
|
||||
._*
|
||||
.vrepl_temp.v
|
||||
a.out
|
||||
tools/vrepl
|
||||
tools/vtest
|
||||
tools/vup
|
||||
examples/sqlite
|
||||
|
Reference in New Issue
Block a user