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

Version Path
magellan-cli-0.7.11 README.md
magellan-cli-0.7.10 README.md
magellan-cli-0.7.9 README.md
magellan-cli-0.7.8 README.md
magellan-cli-0.7.7 README.md
magellan-cli-0.7.6 README.md
magellan-cli-0.7.5 README.md
magellan-cli-0.7.4 README.md
magellan-cli-0.7.3 README.md
magellan-cli-0.7.2 README.md
magellan-cli-0.7.1 README.md
magellan-cli-0.7.0 README.md
magellan-cli-0.6.5 README.md
magellan-cli-0.6.4 README.md
magellan-cli-0.6.3 README.md
magellan-cli-0.6.2 README.md
magellan-cli-0.6.1 README.md
magellan-cli-0.6.0 README.md
magellan-cli-0.5.9 README.md
magellan-cli-0.5.8 README.md