Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugenpirogoff/acli
a(wesome swift)cli
https://github.com/eugenpirogoff/acli
Last synced: 3 months ago
JSON representation
a(wesome swift)cli
- Host: GitHub
- URL: https://github.com/eugenpirogoff/acli
- Owner: eugenpirogoff
- License: mit
- Archived: true
- Created: 2014-10-24T13:28:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-14T17:57:12.000Z (almost 10 years ago)
- Last Synced: 2024-07-31T18:17:46.273Z (6 months ago)
- Language: Ruby
- Size: 174 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift - acli - commandline tool to download curated libraries from github (very beta) (Misc)
README
ACLI IS DEPRECATED
=====
Swift is getting more and more a mature language and so the tools that are used in the ecosystem finally have support of it, so please use them. The acli gem is also no longer available for installation from rubygems.[Carthage](https://github.com/Carthage/Carthage)
[Cocoapods](http://cocoapods.org)
acli
====a(wesome swift)cli provides convenient download over the command line of swift libraries listed in [matteocrippa/awesome-swift](https://github.com/matteocrippa/awesome-swift) and [wolg/awesome-swift](https://github.com/Wolg/awesome-swift). to a folder on your machine. other 'readme.md' files can be added over .aclirc as 'repository'. the default folder is 'swift_lib' in the executed folder. this can be change in the .aclirc config file as well.
installation
===
```sudo gem install acli```usage
===```acli help``` - lists all available commands
```acli list``` - lists all available libraries mentioned
```acli config``` - created .aclirc config file in current folder
attention
===
this is not a replacement for cocoapods or somehow suitable for a production enviroment.