Sha256: 9d98adaf7eb93ebb54e8c37e89ff2d4c8ad86f3bb95ad5b40756941803303309

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

# PlatinaWorld

<a href="https://codeclimate.com/github/ganmacs/platina_world"><img src="https://codeclimate.com/github/ganmacs/platina_world/badges/gpa.svg" /></a>
[![Build Status](https://travis-ci.org/ganmacs/platina_world.svg)](https://travis-ci.org/ganmacs/platina_world)

platina_world Creates platina world in a moment

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'platina_world'
```

And then execute:

```bash
$ bundle
```

Or install it yourself as:

```bash
$ gem install platina_world
```

## Usage

If you want to create those directories and files

```
.
├── .gitignore
├── .rspec
├── lib
│   ├── platina_world
│   └── platina_world.rb
└── spec
    ├── platina_world
    │   └── platinaworld_spec.rb
    └── spec_helper.rb
```

Create a below file as `pw.yml`

```yml
- lib:
    - paltinaworld
    - paltinaworld.rb
- spec:
    - paltinaworld:
        - platinaworld_spec.rb
    - spec_helper.rb
- .rspec
- .gitignore
```

and run as below

```bash
$ platinaworld -p pw.yml
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
platina_world-0.1.1 README.md
platina_world-0.1.0 README.md