Skip to content

Instantly share code, notes, and snippets.

View bilby91's full-sized avatar

Martín Fernández bilby91

View GitHub Profile
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'Example' do
pod 'Yoga', path: '../node_modules/react-native/ReactCommon/yoga/Yoga.podspec'
pod 'React', path: '../node_modules/react-native'
pod 'react-native-twilio-video-webrtc', path: '../../'
end
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = 'react-native-twilio-video-webrtc'
s.version = package['version']
s.summary = package['description']
s.description = package['description']
s.license = package['license']
➜ sdev.sh git:(improve-readme) ✗ sdev
Usage: sdev [options] [command]
This text should briefly mention what the application/library is about
Options:
-V, --version output the version number
version: 1
name: My Cool App
description: This text should briefly mention what the application/library is about
docker:
compose_file: docker/docker-compose.yml
tasks:
- name: server
description: Start the development server
command: yarn start
container: app
@bilby91
bilby91 / dev.sh
Last active March 12, 2018 22:44
#!/bin/bash
case "$1" in
server)
docker-compose -f docker/docker-compose.yml run --rm -p 8080:8080 yarn start
;;
build)
docker-compose -f docker/docker-compose.yml run --rm app yarn build
;;
test)
@bilby91
bilby91 / keybase.md
Created January 23, 2018 21:49
keybase.md

Keybase proof

I hereby claim:

  • I am bilby91 on github.
  • I am bilby91 (https://keybase.io/bilby91) on keybase.
  • I have a public key ASDbvVuCPf5UeIHiEnB3-vNBjozPewB0c-OdTN2hWiCoMAo

To claim this, I am signing this object: