Atomコードリーディングメモ
script/build
起動したらsrc/window-bootstrap.coffeeが起動時間のログを出してるので、そいつをgrepすると/src/broweser/atom-application.coffee が引っかかる。
src/broweser/atom-application.coffee は、 src/browser/main.coffee に呼ばれている
package main | |
import ( | |
"fmt" | |
"log" | |
"os/exec" | |
"runtime" | |
) | |
type Worker struct { |
## インストール | |
$ git clone https://github.com/sstephenson/rbenv.git ~/.rbenv | |
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile | |
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile | |
$ git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build | |
$ rbenv install 2.1.2 | |
$ gem install fluent | |
## 確認 |
<?php | |
/* | |
class一覧 | |
Human系 | |
└Human(Abstract) | |
└Japanese 日本人クラス。cm,kgで身長体重を入出力 | |
└American 米国人クラス。ft,lbで身長体重を入出力 | |
└English 英国人クラス。ft,stで身長体重を入出力 | |
└Hyde ハイドクラス。hyde,kgで身長体重を入出力 |
parameters | |
--level=psr2 --verbose fix $FileDir$/$FileName$ | |
working directory | |
$ProjectFileDir$ |