Generate a project skeleton for creating a Ruby/Node package.
Features:
- Github templates
- Changelog
- Generate Ruby packages
- ActiveRecord setup (via
--active-record
) - CLI setup (via
--bin NAME
)
- ActiveRecord setup (via
- Generate NPM packages
- Setup TypeScript, Jest, and more!
gem install dopstick
Once the gem is installed, you can use the command dopstick
.
$ dopstick new [PATH] [OPTIONS]
You can check all the available options with dopstick new --help
.
For more details about how to contribute, please read https://github.com/fnando/dopstick/blob/main/CONTRIBUTING.md.
The gem is available as open source under the terms of the MIT License. A copy of the license can be found at https://github.com/fnando/dopstick/blob/main/LICENSE.md.
Everyone interacting in the dopstick project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.