Skip to content

Instantly share code, notes, and snippets.

@konitter
konitter / .gitconfig
Last active December 17, 2015 03:39
Git Files
[user]
name = konitter
email = web.kony@gmail.com
[color]
ui = auto
[core]
quotepath = false
excludesfile = ~/.gitignore
[format]
pretty = "%h %s (%an)"
@konitter
konitter / .bash_profile
Last active December 17, 2015 07:39
.bashrc
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
@konitter
konitter / casperjs-on-win.md
Last active December 17, 2015 14:38
CasperJS on Windows

CasperJS on Windows

PhantomJS installation

CasperJSを動かすにはPhantomJSが必要なのでインストール。

  1. PhantomJS: Download and Install からzipをダウンロードして適当なところに置く。
  2. システムのプロパティとかからファイルを置いた場所のパス;C:\phantomjs(Cドラ直下の例)を環境変数PATHに追記する。
  3. PCを再起動してコマンドプロンプトからphantomjs --versionを叩いてバージョンが出ればインストール成功。
@konitter
konitter / casperjs.md
Last active December 17, 2015 14:38 — forked from deroter/casperjs.markdown
CasperJSでスクリーンショットの自動化

CasperJSでスクリーンショットの自動化

まずはhomebrewをアップデートして最新版に。インストールしてなかったらする。

$ brew update

次に以下を叩いてCasperJSとCasperJSを動かすのに必要なPhantomJSをインストール。

@konitter
konitter / forms-markup.md
Last active December 27, 2015 03:49
フォームのマークアップに関する情報まとめ。
@konitter
konitter / sync-settings.md
Created January 8, 2016 01:30
Sync Settings for Atom

sync-settings

@konitter
konitter / eslint-rules.md
Last active September 19, 2017 11:15
ESLintのルール簡単説明と.eslintrc v2.10、フラグ絵文字はeslint:recommended