jser/JSer.info に対して載せたいURLのPull Requestを補助するツールです。
以下からサイトへアクセスできます。
- JSer.info Contributing formにアクセス
- 紹介したいサイトの情報を入力する
- jser/JSer.info のデータに追記する
- Pull Requestする
URLの含まれる特定のクエリと入力項目は対応しているため、
http://jser.info/contributing/?title=TEST&url=http://example.com&content=content&tags=javascript,library
のようなURLにアクセスする事で、項目を入力した状態で開くことが出来ます。
対応しているパラーメータは以下のとおりです
title- サイトタイトル
url- サイトURL
content- 説明文
tags- タグ(カンマ区切りで複数並べられます)
簡単なブックマークレットも用意してあります。
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
npm install
npm install -g gulp
gulp watchMIT