# dopstick [![Tests](https://github.com/fnando/dopstick/workflows/Tests/badge.svg)](https://github.com/fnando/dopstick) [![Code Climate](https://codeclimate.com/github/fnando/dopstick/badges/gpa.svg)](https://codeclimate.com/github/fnando/dopstick) [![Gem](https://img.shields.io/gem/v/dopstick.svg)](https://rubygems.org/gems/dopstick) [![Gem](https://img.shields.io/gem/dt/dopstick.svg)](https://rubygems.org/gems/dopstick) Generate a project skeleton for creating a rubygem. Includes: - Github templates - Changelog - ActiveRecord setup (via `--active-record`) - CLI setup (via `--bin NAME`) ## Installation ```bash gem install dopstick ``` ## Usage Once the gem is installed, you can use the command `dopstick`. ```console $ dopstick new [PATH] [OPTIONS] ``` You can check all the available options with `dopstick new --help`. ## Maintainer - [Nando Vieira](https://github.com/fnando) ## Contributors - https://github.com/fnando/dopstick/contributors ## Contributing For more details about how to contribute, please read https://github.com/fnando/dopstick/blob/main/CONTRIBUTING.md. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). A copy of the license can be found at https://github.com/fnando/dopstick/blob/main/LICENSE.md. ## Code of Conduct Everyone interacting in the dopstick project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/fnando/dopstick/blob/main/CODE_OF_CONDUCT.md).