Sha256: 301845aa4c10710e2238a09598e705c16d0a2f85e7ee9d0246e188a460f6d730

Contents?: true

Size: 1.27 KB

Versions: 9

Compression:

Stored size: 1.27 KB

Contents

# Himekaminize [![Build Status](https://travis-ci.org/otukutun/himekaminize.svg?branch=master)](https://travis-ci.org/otukutun/himekaminize) [![Gem Version](https://badge.fury.io/rb/himekaminize.svg)](https://badge.fury.io/rb/himekaminize)

Utilities to extract markdown some parts.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'himekaminize'
```

And then execute:

```sh
$ bundle
```

Or install it yourself as:

```sh
$ gem install himekaminize
```

## Usage

```ruby
task_list = Himekaminize::TaskList.new("- [ ] TODO\n  - [ ] ねる\n  - [ ] おきる").call

task_list.update_task_status(1, :complete)
```

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/himekaminize.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
himekaminize-0.1.0 README.md
himekaminize-0.0.10 README.md
himekaminize-0.0.9 README.md
himekaminize-0.0.8 README.md
himekaminize-0.0.7 README.md
himekaminize-0.0.6 README.md
himekaminize-0.0.5 README.md
himekaminize-0.0.4 README.md
himekaminize-0.0.3 README.md