Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mono0926/ios-license-generator
https://github.com/mono0926/ios-license-generator
carthage cocoapods ios license markdown plist setting
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mono0926/ios-license-generator
- Owner: mono0926
- License: other
- Created: 2015-02-22T22:59:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T04:09:41.000Z (almost 8 years ago)
- Last Synced: 2024-05-02T00:49:08.225Z (9 months ago)
- Topics: carthage, cocoapods, ios, license, markdown, plist, setting
- Language: Go
- Size: 5.83 MB
- Stars: 27
- Watchers: 7
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ios-license-generator
**Development is stopped.**
Go to [mono0926/LicensePlist](https://github.com/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](http://qiita.com/mono0926/items/973752b69c881e00c507)
## Usage
## Install
To install, use `go get`:
```bash
$ go get -u github.com/mono0926/ios-license-generator
```## Contribution
1. Fork ([https://github.com/mono0926/ios-license-generator/fork](https://github.com/mono0926/ios-license-generator/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create new Pull Request## Author
[Masayuki Ono](https://github.com/mono0926)