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: 2 months ago
JSON representation
A GitHub Action to setup the NativeScript development environment on Windows, Linux and MacOSX.
- Host: GitHub
- URL: https://github.com/hrueger/setup-nativescript
- Owner: hrueger
- License: mit
- Created: 2020-03-20T18:38:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T14:30:10.000Z (about 2 years ago)
- Last Synced: 2024-10-13T19:33:27.829Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 471 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-actions - Setup NativeScript
- fucking-awesome-actions - Setup NativeScript
- awesome-workflows - Setup NativeScript
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