gem install tmuxinator
# File: ~/.tmuxinator/project-name.yml
name: project-name
| #!/usr/bin/env bash | |
| ENV_PATH="$(dirname "$(dirname "$(which pip)")")" | |
| SYSTEM_VIRTUALENV="$(which -a virtualenv|tail -1)" | |
| BAD_ENV_PATHS="/usr/local" | |
| echo "Ensure the root of the broken virtualenv:" | |
| echo " $ENV_PATH" |
| #import <UIKit/UIKit.h> | |
| @import SafariServices; | |
| @interface AViewController : UIViewController | |
| // | |
| // ... | |
| // | |
| @end |
| import * as hookMod from 'angular2/src/router/lifecycle_annotations'; | |
| import * as routerMod from 'angular2/src/router/router'; | |
| import {isBlank, isPresent} from 'angular2/src/facade/lang'; | |
| import {StringMapWrapper} from 'angular2/src/facade/collection'; | |
| import {Promise, PromiseWrapper} from 'angular2/src/facade/async'; | |
| import {BaseException} from 'angular2/src/facade/exceptions'; | |
| import { | |
| ElementRef, DynamicComponentLoader, Directive, Injector, provide, ComponentRef, Attribute | |
| } from 'angular2/core'; | |
| import { |
| import * as hookMod from 'angular2/src/router/lifecycle_annotations'; | |
| import * as routerMod from 'angular2/src/router/router'; | |
| import {isBlank, isPresent} from 'angular2/src/facade/lang'; | |
| import {StringMapWrapper} from 'angular2/src/facade/collection'; | |
| import {Promise, PromiseWrapper} from 'angular2/src/facade/async'; | |
| import {BaseException} from 'angular2/src/facade/exceptions'; | |
| import { | |
| ElementRef, DynamicComponentLoader, Directive, Injector, provide, ComponentRef, Attribute | |
| } from 'angular2/core'; | |
| import { |
C02STG51GTFM:localstack mpandit$ make infra
. .venv/bin/activate; exec localstack/mock/infra.py
Starting local dev environment. CTRL-C to quit.
Starting local Elasticsearch (port 4571)...
Starting mock ES service (port 4578)...
Starting mock S3 server (port 4572)...
Starting mock SNS server (port 4575)...