hrueger / setup-nativescript

A GitHub Action to setup the NativeScript development environment on Windows, Linux and MacOSX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Nativescript Action

Build & Test

This is a GitHub Action to setup the NativeScript development environment on Windows, Linux and macOS.

Supports

Windows Ubuntu MacOSX
Android ✔️ ✔️ ✔️
iOS 1) 1) ✔️

1: iOS builds are only supported on OSX.

How to use

Put this in your workflow file:

- uses: hrueger/setup-nativescript@v1.1.0

You can specify the NativeScript CLI version like so:

- uses: hrueger/setup-nativescript@v1.1.0
  with:
    nativescript-version: '7.0.10'

License

MIT

About

A GitHub Action to setup the NativeScript development environment on Windows, Linux and MacOSX.

License:MIT License


Languages

Language:TypeScript 100.0%