nvbn / django-bower

Easy way to use bower with your django project
https://django-bower.readthedocs.io/
518 stars 75 forks source link

django-yarnpkg released #78

Open Natureshadow opened 4 years ago

Natureshadow commented 4 years ago

I just uploaded django-yarnpkg to PyPI: https://edugit.org/nik/django-yarnpkg

It is a fork of django-bower that uses Yarn instead of Bower, but apart from that is the same as django-bower. It might even be more generic and be able to get supprot for other dependency managers if someone cares to add them.

Thanks for the original work!