Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lainq/vinit
- Owner: lainq
- License: mit
- Created: 2021-01-31T08:13:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T09:06:29.000Z (over 3 years ago)
- Last Synced: 2024-05-19T05:26:33.836Z (6 months ago)
- Topics: cli, command-line, project-generator, v, vinit, vlang, vlang-module, vlang-tool
- Language: TypeScript
- Homepage: https://pranavbaburaj.github.io/vinit/
- Size: 306 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-v - vinit - A tool to generate v projects. (Applications / Command-line)
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)