Olyno / vlang-packager

V language as a Github Action and NodeJs package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

V language as a Github Action and NodeJs package

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%