Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tralves/ns-github-actions-demo

Demo project using fastlane and GitHub actions
https://github.com/tralves/ns-github-actions-demo

Last synced: about 1 month ago
JSON representation

Demo project using fastlane and GitHub actions

Awesome Lists containing this project

README

        

# NS-with-GH-Actions

> Demo project using fastlane and GitHub actions

## Usage

``` bash
# Install dependencies
npm install

# Preview on device
tns preview

# Build, watch for changes and run the application
tns run

# Build, watch for changes and debug the application
tns debug

# Build for production
tns build --env.production

```