v2 / vlib / v / help / scaffolding / scaffolding.txt
6 lines · 4 sloc · 259 bytes · b3d742d13a1c694ebb2d10e38f94f78a48602cba
Raw
Project Scaffolding Utilities:

  init  Sets up the file structure for an already existing V project.

  new   Sets up a new V project with a 'v.mod' file, and a 'main.v' "Hello World"
        file, and performs 'git init' (if git is installed on the system).