Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naoty/cocoapods-src
CocoaPods plugin for automatic `git clone`
https://github.com/naoty/cocoapods-src
Last synced: 3 months ago
JSON representation
CocoaPods plugin for automatic `git clone`
- Host: GitHub
- URL: https://github.com/naoty/cocoapods-src
- Owner: naoty
- License: mit
- Created: 2014-10-19T14:51:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T08:02:32.000Z (about 10 years ago)
- Last Synced: 2024-04-24T21:22:29.887Z (9 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/cocoapods-src
- Size: 152 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# cocoapods-src
cocoapods-src is a CocoaPods plugin for automatic `git clone`.
This rubygem is inspired by [amatsuda/gem-src](https://github.com/amatsuda/gem-src).
## Installation
```bash
$ gem install cocoapods-src
```## Usage
```bash
$ pod install
```After `pod install`, automatically `git clone POD_SOURCE ~/.cocoapods/src/POD_NAME` will be run.
### ghq
You can download sources using `ghq` command ([motemen/ghq](https://github.com/motemen/ghq)) instead of `git clone`. If you like to do it, add `~/.podrc`, `~/.cocoapods/.podrc`, or `./.podrc`, and add a configuration like this.
```yaml
cocoapods-src_use_ghq: true
```## Contribution
1. Fork
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request## License
cocoapods-src is available under the MIT license. See the LICENSE file for more info.
## Author
[naoty](https://github.com/naoty)