We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It would be awesome if a ts library was available in order to use repomix in other open-source projects (such as https://github.com/filopedraz/kosuke-core).
The text was updated successfully, but these errors were encountered:
Hi, @filopedraz ! Thanks for the suggestion!
Repomix is already structured to be usable as a library — you can import directly from index.ts:
index.ts
https://github.com/yamadashy/repomix/blob/main/src/index.ts
We also use it that way ourselves on repomix.com. You can refer to this for a concrete example:
https://github.com/yamadashy/repomix/blob/main/website/server/src/remoteRepo.ts
If there are other functions you'd like to see exported, feel free to leave a comment!
Sorry, something went wrong.
I've put an implementation to increase the number of exported methods into the main branch. Please wait for the release.
I've also documented how to use it as a library. https://repomix.com/guide/development/using-repomix-as-a-library
yamadashy
No branches or pull requests
It would be awesome if a ts library was available in order to use repomix in other open-source projects (such as https://github.com/filopedraz/kosuke-core).
The text was updated successfully, but these errors were encountered: