Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/chef-hub
chef cookbook for hub
https://github.com/drnic/chef-hub
Last synced: 29 days ago
JSON representation
chef cookbook for hub
- Host: GitHub
- URL: https://github.com/drnic/chef-hub
- Owner: drnic
- Created: 2013-05-08T03:40:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T21:05:32.000Z (about 10 years ago)
- Last Synced: 2023-04-10T17:09:43.865Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 203 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chef cookbook for hub
Installs the hub command line tool for extending git with github loveliness.
## Development
To clone the source repository and run the integration tests:
```
$ git clone [email protected]:drnic/chef-hub.git hub
$ cd hub
$ bundle
$ kitchen test
```## Release
There is a helpful rake task to share new cookbook versions.
```
$ rake share[1.2.3]
$ rake 'share[1.2.3]' # zsh
```This will update the `metadata.rb` version, check the cookbook, upload the cookbook, tag the git repo. Much of this functionality comes from [knife-community](http://miketheman.github.io/knife-community/ "knife-community by miketheman") plugin.