Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digipolitan/app-swift-template-cli
https://github.com/digipolitan/app-swift-template-cli
cli ios-app ruby template
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/digipolitan/app-swift-template-cli
- Owner: Digipolitan
- License: bsd-3-clause
- Created: 2017-10-02T11:18:24.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-15T00:12:49.000Z (about 6 years ago)
- Last Synced: 2024-12-30T14:58:33.501Z (18 days ago)
- Topics: cli, ios-app, ruby, template
- Language: Ruby
- Size: 5.86 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# app-swift-template-cli
[![Gem Version](https://badge.fury.io/rb/digipolitan-app-swift-template-cli.svg)](http://badge.fury.io/rb/digipolitan-app-swift-template-cli)
Digipolitan tools to use swift app template
## dg-ast
### Common actions
This executable run the tools to integrate swift app template in an empty directory
````Sh
dg-ast --init
````Install app swift template in the current directory
````Sh
dg-ast --help
````Display the helper
### Custom actions
````Sh
dg-ast --init -o my_project_dir/child_path
````Install app swift template in ** my_project_dir/child_path** directory