Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 364 Bytes

goodguydaniel.com

Blog and Home of Daniel Caldas

Run book

Development

npm run dev

Utils

Auto-generate links in browser

copy(`<a href="${window.location.href}" target="_blank" title="${document.title}">${document.title}</a>`);