/vlang-packager

V language as a Github Action and NodeJs package

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

vlang-packager

A simple script to download and build V language.

This project includes a Github Action to setup V language.

Usage

Using in a node project:

npm i -D vlang-packager # or yarn add -D vlang-packager
v help

Using in a Github Action:

name: My Workflow

on: [push]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: Olyno/vlang-packager@0.1.0
    - run: v help

License

Code released under GPL-3.0 license.

Copyright ©, Olyno.