We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v new my_project web
Then it will always be aligned with official v create projects
You can let V automatically set up the bare-bones structure of a project for you by using any of the following commands in a terminal:
v init
v new abc
abc
v new abcd web
abcd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Then it will always be aligned with official v create projects
Getting started
You can let V automatically set up the bare-bones structure of a project for you
by using any of the following commands in a terminal:
v init
→ adds necessary files to the current folder to make it a V projectv new abc
→ creates a new project in the new folderabc
, by default a "hello world" project.v new abcd web
→ creates a new project in the new folderabcd
, using the vweb template.The text was updated successfully, but these errors were encountered: