https://github.com/digipolitan/app-swift-template
https://github.com/digipolitan/app-swift-template
ios project swift template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/digipolitan/app-swift-template
- Owner: Digipolitan
- Created: 2017-10-02T09:29:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T22:27:16.000Z (over 6 years ago)
- Last Synced: 2025-01-17T00:20:17.824Z (4 months ago)
- Topics: ios, project, swift, template
- Language: Swift
- Size: 74.2 KB
- Stars: 0
- Watchers: 4
- 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
=================================[](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 is licensed under the [BSD 3-Clause license](LICENSE).