Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/digipolitan/app-swift-template-tvos


https://github.com/digipolitan/app-swift-template-tvos

Last synced: about 23 hours ago
JSON representation

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).