Tazinho / snakecase

🐍🐍🐍 A systematic approach to parse strings and automate the conversion to snake_case, UpperCamelCase or any other case.
https://tazinho.github.io/snakecase/
GNU General Public License v3.0
147 stars 9 forks source link

Add website to DESCRIPTION #198

Open olivroy opened 9 months ago

olivroy commented 9 months ago

Also consider deploying website automatically.

You can set that up locally with usethis::use_pkgdown_github_pages(). Cheers