-
-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
It would be useful to pipe HTML directly into this tool with something like:
curl $URL | pup 'body' | npx -p html-to-react-components html2react
or
curl $URL | pup 'body' | npx -p html-to-react-components html2react -
It would also be useful to support absolute paths like:
curl $URL | pup 'body' | npx -p html-to-react-components html2react /dev/stdin
or
curl $URL | pup 'body' > /tmp/file.html && npx -p html-to-react-components html2react /tmp/file.html
If there is support for this issue I will try to implement, unless the maintainer already has a method in mind.
I thought there might be some interface considerations since globbing is used.
Metadata
Metadata
Assignees
Labels
No labels