- 2013 年で Web アプリケーションを作る時にモダンな方法で一通り Web アプリケーションを自分一人で作れるようになってもらう
- 作る過程で Web 開発で必要とされるスキルセットを身につけてもらう
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @id kushiro-no-yabou | |
| // @name 釧路のやぼう | |
| // @version 1.0 | |
| // @namespace http://june29.jp/ | |
| // @author june29 | |
| // @description 日本は釧路になりました | |
| // @include * | |
| // @run-at document-end | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "run_rspec_command": "zeus rspec {relative_path}", | |
| "run_single_rspec_command": "zeus rspec {relative_path} -l{line_number}" | |
| } |
