Sha256: 405b85f8e7af22132c42f9062c258a5a0731399b37b338ef8e8626afcc4b3421
Contents?: true
Size: 1.38 KB
Versions: 28
Compression:
Stored size: 1.38 KB
Contents
# Magellan::Cli TODO: Write a gem description ## Installation Add this line to your application's Gemfile: ```ruby gem 'magellan-cli' ``` And then execute: $ bundle Or install it yourself as: $ gem install magellan-cli ## Usage - [Getting Started](http://devcenter.magellanic-clouds.com/getting-started/) - [Reference en](reference/en/index.md) - [Reference ja](reference/ja/index.md) ## generate reference pages ``` LANG=en DEST=. SUBDIR=reference/$LANG bundle exec rake reference LANG=ja DEST=. SUBDIR=reference/$LANG bundle exec rake reference ``` ``` export DEVCENTER_DIR=/path/to/magellan-devcenter.github.io LANG=en DEST=$DEVCENTER_DIR SUBDIR=reference/magellan-cli/$LANG bundle exec rake reference LANG=ja DEST=$DEVCENTER_DIR SUBDIR=reference/magellan-cli/$LANG bundle exec rake reference ``` then ``` cd /path/to/magellan-devcenter.github.io bundle exec jekyll serve ``` open http://localhost:4000/reference/magellan-cli/en open http://localhost:4000/reference/magellan-cli/ja After check the pages, you can commit the .md files to magellan-devcenter.github.io repogitory. ## Contributing 1. Fork it ( https://github.com/[my-github-username]/magellan-cli/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
Version data entries
28 entries across 28 versions & 1 rubygems