Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages