Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digipolitan/framework-swift-template-cli
https://github.com/digipolitan/framework-swift-template-cli
cli framework ruby swift template
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/digipolitan/framework-swift-template-cli
- Owner: Digipolitan
- License: bsd-3-clause
- Created: 2017-02-21T10:59:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T11:55:13.000Z (over 7 years ago)
- Last Synced: 2024-12-17T14:48:31.814Z (about 1 month ago)
- Topics: cli, framework, ruby, swift, template
- Language: Ruby
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# framework-swift-template-cli
[![Gem Version](https://badge.fury.io/rb/digipolitan-framework-swift-template-cli.svg)](http://badge.fury.io/rb/digipolitan-framework-swift-template-cli)
Digipolitan tools to use swift framework template
## dg-fst
### Common actions
This executable run the tools to integrate swift framework template in an empty directory
````Sh
dg-fst --init
````Install framework swift template in the current directory
````Sh
dg-fst --help
````Display the helper
### Custom actions
````Sh
dg-fst --init -o my_project_dir/child_path
````Install framework swift template in ** my_project_dir/child_path** directory