Repository is archived
No commit activity in last 3 years
No release in over 3 years
This is just an experiment with releasing a gem + node package together
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 1.15
>= 13.0
~> 3.8
 Project Readme

Gem Version Build JRuby Build

Refactored Invention

  • Utilizes yarn workspaces
    • This means you do not have to cd into folders for development
    • All development related packages are stored in the root of the project in package.json
    • Example usage:
      • From root yarn prettier-standard:format will correctly format files
      • To use scripts specific to the JS workspace yarn workspaces run ... ex: yarn workspaces run build will output the rollup generated dist file

Installation

Adding to a gem:

# my-cool-gem.gemspec
Gem::Specification.new do |spec|
  # ...
  spec.add_dependency "refactored_invention"
  # ...
end

Or adding to your project:

# Gemfile
gem "refactored_invention"

Supported Ruby versions

  • Ruby (MRI) >= 2.5.0
  • JRuby >= 9.2.9

Usage

TBD

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/andrewmcodes/refactored_invention.

License

The gem is available as open source under the terms of the MIT License.