Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eeue56/spawn-uno
Spawn multiple uno build instances for testing multiple platforms at once
https://github.com/eeue56/spawn-uno
fuse npm-package uno
Last synced: about 1 month ago
JSON representation
Spawn multiple uno build instances for testing multiple platforms at once
- Host: GitHub
- URL: https://github.com/eeue56/spawn-uno
- Owner: eeue56
- License: bsd-3-clause
- Created: 2017-02-07T13:54:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T14:44:35.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T17:43:58.190Z (2 months ago)
- Topics: fuse, npm-package, uno
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spawn-uno
Spawn multiple uno build instances for testing multiple platforms at once.### Install
```
npm install -g spawn-uno
```### About
Pass multiple platforms to the script and it will spawn off an instance for each. Useful for when testing platform consistency.
```bash
Noahs-MacBook-Air:spawn-uno noah$ spawn-uno --help
Options:
-v, --verbose Print all messages out [default: false]
-h, --help Show help [boolean]
-u, --uno Specify a path to the `uno` binary [default: "uno"]Examples:
/usr/local/bin/spawn-uno android native Spawn Uno build for android and Mac
OS X
/usr/local/bin/spawn-uno native --uno Spawn Uno build for Mac OS X using
~/dev/uno/uno the binary provided
```### Usage example
```bash
noah@Noahs-MacBook-Air ~/d/f/u/l/f/T/M/TestApp> spawn-uno native android
Running build on platform native
Running build on platform android
native build ready.
Build completed in 0.17 seconds
Deploying to native device..
android build ready.
Build completed in 0.18 seconds
Deploying to android device..
```