mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +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:
parent
a83e233dea
commit
59efd42483
8 changed files with 228 additions and 173 deletions
1
examples/.gitignore
vendored
1
examples/.gitignore
vendored
|
@ -10,3 +10,4 @@
|
|||
/database/mysql
|
||||
/hello_v_js
|
||||
/fibonacci
|
||||
/sqlite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue