Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hrueger/setup-nativescript

A GitHub Action to setup the NativeScript development environment on Windows, Linux and MacOSX.
https://github.com/hrueger/setup-nativescript

Last synced: 24 days ago
JSON representation

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

Lists

README

        

# Setup Nativescript Action
![Build & Test](https://github.com/hrueger/setup-nativescript/workflows/Build%20&%20Test/badge.svg)

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

## Supports
| | Windows | Ubuntu | MacOSX |
|-------------------|-------------------|-------------------|-------------------|
| Android |:heavy_check_mark: |:heavy_check_mark: |:heavy_check_mark: |
| iOS | 1) | 1) |:heavy_check_mark: |

> 1: `iOS` builds are only supported on OSX.

## How to use

Put this in your workflow file:
```yml
- uses: hrueger/[email protected]
```

You can specify the NativeScript CLI version like so:
```yml
- uses: hrueger/[email protected]
with:
nativescript-version: '7.0.10'
```

## License
MIT