Skip to content

mono0926/ios-license-generator

Repository files navigation

ios-license-generator

Development is stopped. Go to mono0926/LicensePlist, which is new version of this, written by Swift.

====

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