Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hi,
I just got introduced to this project and am really liking it so far, it's got a lot of potential, is relatively simple to understand and get up and working for something simple. Organization was a problem I ran into pretty quickly though and expanding into a larger project the process didn't really click for me for how to to get stuff working the way I would have liked. To solve this I forked the project and put together a components-extension. It could still use some documentation but it seems to be working with what I've tested.
Basically using decorators to help the flow of creating different commands and groups for an app like this:
And you can run
It might not be super useful for very simple apps but when expanding I think it makes things very easy to work with.
It's not working directly with
firethough, so I'm not sure if it's something that should be implemented with it or just kept separate but I thought I'd mention it anyways.Thank you!