You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: