Git で commit 前に 自動でコマンドを実行する commit を hook して 自動でコマンドを実行して 開発の負担を減らす事が目的です git add my_file.js # ここのタイミングで自動でコマンド実行 git commit -m 'コミットメッセージ' 対象 Node.js を利用している環境 commit hook 系は各言語で あると思いますので 開発シーンにあったライブラリをご利用ください python はこちら - https://dev.classmethod.jp/tool/git/python-git-pre-commit/ 環境構築 npm install husky --save-dev package.json に追記 { "scripts": { "precommit": "npm test", }, "husky": { "hooks":
RubyのTime#strftimeのディレクティブは対称性があるように見えて、そうでもない例外があって覚えづらい。 %a - The abbreviated weekday name (``Sun'') %A - The full weekday name (``Sunday'') %b - The abbreviated month name (``Jan'') %B - The full month name (``January'') %c - The preferred local date and time representation %C - Century (20 in 2009) %d - Day of the month (01..31) %D - Date (%m/%d/%y) %e - Day of the month, blank-padded ( 1..31)
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く