Skip to content

Instantly share code, notes, and snippets.

@AilisObrian
AilisObrian / cloudSettings
Last active August 10, 2017 11:44
Visual Studio Code Sync Settings Gist
{"lastUpload":"2017-07-26T09:13:57.753Z","extensionVersion":"v2.8.2"}
@AilisObrian
AilisObrian / README.md
Last active April 25, 2017 09:52
Angular4 update async with docker-compose

새 npm package를 맞이하는 과정

이상

  1. npm run check로 우리가 사용하는 패키지에 업데이트가 있음을 확인한다.
  2. package.json에서 그 패키지의 버전을 최신으로 고정한다. (또는, 언제나 최신을 따라갈 수 있도록 ^(Caret)를 적절히 활용한다.)
  3. npm install을 하면, 새 패키지를 받아온다.
  4. 새 패키지로 행복하고 재밌게 개발을 한다.

현실

  1. npm run check로 우리가 사용하는 패키지에 업데이트가 있음을 확인한다.
@AilisObrian
AilisObrian / Appfile.rb
Created May 12, 2017 07:59 — forked from ravishtiwari/Appfile.rb
Ionic Build IPA with Fastlane tool
app_identifier "com.yourorganization.mytodoapp" # The bundle identifier of your app
apple_id "<You Apple Id>" # Your Apple email address
# You can uncomment any of the lines below and add your own
# team selection in case you're in multiple teams
# team_name "CAMobileApp"
# team_id "Q2CBPJ58CA"
# you can even provide different app identifiers, Apple IDs and team names per lane:
# https://github.com/KrauseFx/fastlane/blob/master/docs/Appfile.md
@AilisObrian
AilisObrian / git-summary.sh
Created May 23, 2017 08:30 — forked from gimbo/git-summary.sh
git-summary.sh - summarise git repos in some folder
#!/bin/bash
# git-summary - summarise git repos at some path
#
# Adapted from https://gist.github.com/lmj0011/1a8dd1e376234ac7bf0fba2748ecdd0f
#
# Andy Gimblett, March 2017
usage() {