Note: This is more of a big idea than a feature request. I'd love to use this issue to noodle on the idea more!
Problem Statement
I really love this tool and want to expand my use of it outside of the CLI. Right now, supertag-cli can't be used programmatically within other typescript applications, beyond calling the CLI from a subprocess.
Proposed Solution
Refactor to create a core library that the CLI can then be based on.
Alternatives Considered
Using the cli from a subprocess, which is limited.
Use Case
While I do not have a specific use case in mind at the moment, I think it opens up broader opportunities to use the excellent base that has been created here in other apps.
Example Commands
N/A
Additional Context
I've already had claude, copilot, and amp begin work on this idea on a fork. Really early still!
Are you willing to contribute?
Note: This is more of a big idea than a feature request. I'd love to use this issue to noodle on the idea more!
Problem Statement
I really love this tool and want to expand my use of it outside of the CLI. Right now,
supertag-clican't be used programmatically within other typescript applications, beyond calling the CLI from a subprocess.Proposed Solution
Refactor to create a core library that the CLI can then be based on.
Alternatives Considered
Using the cli from a subprocess, which is limited.
Use Case
While I do not have a specific use case in mind at the moment, I think it opens up broader opportunities to use the excellent base that has been created here in other apps.
Example Commands
N/A
Additional Context
I've already had claude, copilot, and amp begin work on this idea on a fork. Really early still!
Are you willing to contribute?