Command that takes a file with a list of urls and outputs CSV of url, title, desc.
- nvm use
- npm install
- npm start ~/path/to/input.txt
Example input.txt
https://brandonstephens.me/
https://brandonstephens.me/about/
https://brandonstephens.me/work/
https://brandonstephens.me/resume/
- allow passing stdin
- allow std out
- excape csv values properly
- allow flags for which columns to output
- allow passing a sitemap.xml directly