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:

committed by
Alexander Medvednikov

parent
703202cc08
commit
76c27c0b03
@ -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.
|
||||
|
Reference in New Issue
Block a user