labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 6 forks source link

Add support for asdf via `.tool-versions` file #64

Open lucianoratamero opened 1 year ago

lucianoratamero commented 1 year ago

One easy win for people that use asdf would be to create a .tool-versions file in the root directory with the nodejs and python versions. I've also tested it with pnpm and it worked fine, so adding that could be good too.

Something like:

nodejs lts
python 3.10.10
pnpm 7.28.0