FreeAllMedia / stimpak

An easy-to-use system for defining, discovering, and re-using code, text, and workflow patterns
http://stimpak.io
MIT License
8 stars 1 forks source link

Move dependency functionality into the library #37

Open dcrockwell opened 8 years ago

dcrockwell commented 8 years ago

The automatic dependency management might be needed for local testing.

Getting: Error: Couldn't find preset "es2015" relative to directory "/Users/dcrockwell/Code/stimpak-github" when doing gulp-test on a local generator that has a symlinked subgenerator

If the dependency management was made an official feature of stimpak, we could detect which dependency strategy to use internally, and we can unit test it much better than with the CLI.