Sha256: 0cc47f3d88d1575b91a691c25819ec02ce5cdc1d35fab6b9cfc77d75737773c9
Contents?: true
Size: 875 Bytes
Versions: 4
Compression:
Stored size: 875 Bytes
Contents
# Ruby MagicWrite Use the [MagicWrite API](https://developers.magicwrite.ai/) with Ruby! 🤖❤️ ### Bundler Add this line to your application's Gemfile: ```ruby gem "ruby-magicwrite" ``` And then execute: $ bundle install ### Gem install Or install with: $ gem install ruby-magicwrite and require with: ```ruby require "magicwrite" ``` ## Usage ### Quickstart ## Development After checking out the repo, run `bin/setup` to install dependencies. You can 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`. ## Contributing Bug reports and pull requests are welcome on GitHub at <https://github.com/kykocamp/ruby-magicwrite>. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ruby-magicwrite-0.1.3 | README.md |
ruby-magicwrite-0.1.2 | README.md |
ruby-magicwrite-0.1.1 | README.md |
ruby-magicwrite-0.1.0 | README.md |