Development is stopped. Go to mono0926/LicensePlist, which is new version of this, written by Swift.
====
Generate an iOS app lisence from a markdown file.
Article: iOSアプリのライセンス一覧のplistを半自動生成して設定画面にキレイに表示するプログラムをGo言語で作った - Qiita
To install, use go get
:
$ go get -u github.com/mono0926/ios-license-generator
- Fork (https://github.com/mono0926/ios-license-generator/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create new Pull Request