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

cli: create project helper

This commit is contained in:
Henrixounez
2019-11-10 22:48:56 +01:00
committed by Alexander Medvednikov
parent 703202cc08
commit 76c27c0b03
4 changed files with 62 additions and 0 deletions

View File

@ -71,6 +71,7 @@ Commands:
fmt Run vfmt to format the source code. [wip]
doc Run vdoc over the source code and produce documentation.
translate Translates C to V. [wip, will be available in V 0.3]
create Create a new v project interactively. Answer the questions, and run it with `v run projectname`
V package management commands:
search keywords Search the https://vpm.vlang.io/ module repository for matching modules and shows their details.