Initial project setup

This commit is contained in:
2025-12-02 10:23:52 +01:00
commit 50c9c20eca
16 changed files with 340 additions and 0 deletions

33
README.md Normal file
View File

@@ -0,0 +1,33 @@
# Ezdoc
A Ruby gem for working with docx files.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'ezdoc'
```
And then execute:
$ bundle install
Or install it yourself as:
$ gem install ezdoc
## Usage
```ruby
require 'ezdoc'
```
## Development
After checking out the repo, run `bundle install` to install dependencies. Then, run `rake spec` to run the tests.
## License
The gem is available as open source under the terms of the [MIT License](LICENSE.txt).