Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eagletmt/itamae-plugin-resource-mercurial
itamae resource plugin to clone mercurial repository
https://github.com/eagletmt/itamae-plugin-resource-mercurial
Last synced: 30 days ago
JSON representation
itamae resource plugin to clone mercurial repository
- Host: GitHub
- URL: https://github.com/eagletmt/itamae-plugin-resource-mercurial
- Owner: eagletmt
- License: mit
- Created: 2014-10-13T06:02:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T07:27:55.000Z (about 10 years ago)
- Last Synced: 2023-04-17T21:21:20.736Z (over 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Itamae::Plugin::Resource::Mercurial
[itamae](https://github.com/ryotarai/itamae) resource plugin to clone [mercurial](http://mercurial.selenic.com/) repository.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'itamae-plugin-resource-mercurial'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install itamae-plugin-resource-mercurial
## Usage
```ruby
require 'itamae/plugin/resource/mercurial'mercurial '/usr/local/src/hg' do
repository 'http://selenic.com/hg'
revision 'stable'
end
```## Contributing
1. Fork it ( https://github.com/eagletmt/itamae-plugin-resource-mercurial/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 a new Pull Request