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

Creperie::Commands::New could maybe include Thor::Actions directly #2

Open
davidcelis opened this issue Mar 11, 2014 · 0 comments
Open

Comments

@davidcelis
Copy link
Member

Creperie used to use Thor, but I was unable to get Thor to output consistent help/usage documentation. Instead, I switched to Clamp. However, because Thor functions as such a good library for generators, Creperie::Commands::New is just a proxy to display the correct usage banner and pass options to a Thor generator. I'd rather eschew this level of abstraction and see if Thor::Actions can be directly included into Creperie::Commands::New. This seems possible, but it also appears that there would be a lot of necessary overrides to methods that Thor::Actions expects to exist.

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

No branches or pull requests

1 participant