Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digipolitan/app-swift-template-tvos
https://github.com/digipolitan/app-swift-template-tvos
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/digipolitan/app-swift-template-tvos
- Owner: Digipolitan
- Created: 2019-01-14T23:37:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T00:29:25.000Z (about 6 years ago)
- Last Synced: 2024-11-07T20:43:41.322Z (2 months ago)
- Language: Swift
- Size: 43.9 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
AppSwiftTemplate-tvOS
=================================[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/Digipolitan)
## Installation
### Using digipolitan-app-swift-template-cli
```Shell
gem install digipolitan-app-swift-template-cli
```And then execute the follow command
```Shell
dg-ast --init
```Check all available options [here](https://github.com/Digipolitan/app-swift-template-cli)
### Manually
First download the zip file and install bundler
```Shell
[sudo] gem install bundler
bundle install
```Then execute the **install.rb** and follow the instructions
```Shell
bundle exec ruby install.rb
```## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details!
This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code. Please report
unacceptable behavior to [[email protected]](mailto:[email protected]).## License
AppSwiftTemplate-tvOS is licensed under the [BSD 3-Clause license](LICENSE).