Skip to content

v0.3.0

Compare
Choose a tag to compare
@hahwul hahwul released this 13 Aug 11:00
· 663 commits to main since this release

Summary

  • Add --exclude-techs flag
  • A module for handling similar word processing for tech and managing techs has been added.
  • Changed --techs-list to --list-techs for consistency with other flags.

Exclude techs

You can now force the technology to be ignored.

And, Similar languages are also handled.

--exclude-techs Rails
--exclude-techs ruby-rails
--exclude-techs rails

# All of the above flags disable ruby_rails.

Techs

Now, the technology list is managed with additional metadata information included.
So the --list-techs flag has also been modified accordingly.