LoginSignup
12
12

More than 5 years have passed since last update.

MITライセンスの自分用テンプレを気軽に作れるWebサービス

Posted at

昼休み

今昼休み中で、適当にgithub上をウロウロしていたら見つけた。

http://mit-license.org/
https://github.com/remy/mit-license

curlでjsonをこのサービスにぶん投げると自分用のMIT License用テンプレートページを作成してくれるようだ

試してみる

プロダクトのREADME.mdに書かれてる通りに
jsonを自分用のサブドメインを指定してサービスに対して投げつけてみた。

curl -d'{ "copyright": "Keiji Matsuzaki" }' http://futoase.mit-license.org
>>> MIT license page created: http://futoase.mit-license.org

http://futoase.mit-license.org にアクセスしてみる。

Screen Shot 2015-03-12 at 12.17.39.png

作成されている。便利だ。

色々な機能がある

複数のテーマがあるので指定することもできる。

情報をアップデートするためには

user名.jsonを作ってPRにすることで対応するとのことだ(のであとでテーマ変えたりしよっと)

Equally if you need to update the user file to include more details that you didn't initially include (extra fields in the next section) you will need to send a pull request on that user.json file via GitHub.
12
12
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
12