Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lainq/vinit

Vinit is a command-line tool to generate V projects and run scripts written in V
https://github.com/lainq/vinit

cli command-line project-generator v vinit vlang vlang-module vlang-tool

Last synced: 3 months ago
JSON representation

Vinit is a command-line tool to generate V projects and run scripts written in V

Awesome Lists containing this project

README

        



Vinit


Vinit is a command line tool to generate v projects and run scripts


๐Ÿ“– Documentation
ยท
Report a Bug
ยท
Request Feature










Vinit can be used to

- Generate v project
- Install modules from a git repository
- Run scripts

## Setup

### Windows
These are the two ways you can use inorder to install the apackage
on Window. Follow any of the steps below.

- To install the package on windows. Head on to the [releases](https://github.com/pranavbaburaj/vinit/releases/latest) and download the executable for Windows.
- Download the `window-build.ps1` file from the releases and run it using powershell

### Linux
To install vinit on linux, download the `linux-build.sh` file from the [releases](https://github.com/pranavbaburaj/vinit/releases/latest) and run the script.

## Documentation
Read the documentation [here](https://github.com/pranavbaburaj/vinit/tree/main/docs)