-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
webforai can now be run from the cli #30
Conversation
🦋 Changeset detectedLatest commit: d66e619 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
I'm starting to wonder what to do with the lisence notation in build.ts. As it is, every time someone edits build.ts, the name will increase. |
Here's a natural translation of the given text: The license of Honojs states:
https://github.com/honojs/hono/blob/main/LICENSE Similarly, for this repository's license, if we add the phrase "webforai contributors" to the license in all files, there would likely be no need to specifically mention my name. |
I'd like to implement a few more additional features, so the merge can wait. |
We implemented all the features we wanted to implement. |
…d externally" This reverts commit 4f75937.
TODO: Ensure that the test does not fail after editing the README |
By simply running
npx webforai
, you can now convert URLs or local HTML files to Markdown.This tool supports both interactive input and command-line arguments for specifying source and output paths, enabling intuitive and efficient usage.
Examples of usage
npx webforai https://example.com example.md
npx webforai https://example.com --loader=playwright