kiliman / tailwindui-crawler

tailwindui-crawler downloads the component HTML files locally
MIT License
765 stars 97 forks source link

add bin to package #51

Closed yagnik closed 3 years ago

yagnik commented 3 years ago

[ possibly unwanted change ]

A workflow that I have been using is to include crawler in my project and download files under vendor folder but currently to do that we have to go run index file from node_modules, solving this by adding bin for this package so we can directly call it.

( wanted to leave a disclaimer on top cause this change might not be how the maintainers want people to use this lib )

kiliman commented 3 years ago

Nice! Thanks