Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide gem binary #61

Open
kowal opened this issue Apr 16, 2016 · 1 comment
Open

Provide gem binary #61

kowal opened this issue Apr 16, 2016 · 1 comment

Comments

@kowal
Copy link
Contributor

kowal commented Apr 16, 2016

As an alternative to rake task it would be nice to have gem binary available:

bin/dev-check
# or
bundle exec dev-check

Why?

  • command line interface could be much nicer than the one Rake provides, it's easy to build using https://github.com/davetron5000/gli or https://github.com/leejarvis/slop
  • user won't have to setup any rake tasks
  • user won't even have to setup config, everything could be placed in command line options in build script
  • to provide basic options like --help, --verbose or even sub-command dev-check init which might be handy for new users or when setting up dev-tools in new project
  • to allow users to override some of default settings, like --skip-tests or --only=style
  • to allow users to load custom config --config=config/polishgeeks/strict.rb
  • to allow users to use various formatters (json, html, ..)

I'm sure any one could provide his own ideas how to extend it. The things is first step is to provide real command line app framework instead of Rake.

I'm happy to provide some PR for start.

@agwozdowski
Copy link
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants