We should be able to choose a package manager (--pm or some such option).
This would probably mean one of these two options:
- A copy of each template for each package manager
- Dynamically find and replace npm calls with the correct package manager
For simplicity, i'd probably just duplicate the files (option 1)
We should be able to choose a package manager (
--pmor some such option).This would probably mean one of these two options:
For simplicity, i'd probably just duplicate the files (option 1)