ikesyo / ios-license-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios-license-generator

Description

Generate an iOS app lisence from a markdown file.

Article: iOSアプリのライセンス一覧のplistを半自動生成して設定画面にキレイに表示するプログラムをGo言語で作った - Qiita

Usage

Install

To install, use go get:

$ go get -u github.com/mono0926/ios-license-generator

Contribution

  1. Fork (https://github.com/mono0926/ios-license-generator/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create new Pull Request

Author

Masayuki Ono

About

License:MIT License


Languages

Language:Go 100.0%