SoftwareMarbles / lazy

Hackable Coding Assistant
http://getlazy.org
MIT License
1 stars 0 forks source link

Create `lazy-npm-package-engine` engine #74

Closed ierceg closed 7 years ago

ierceg commented 7 years ago

Create an engine that will during boot time install engine packages from npm, configure and then run them. This will eliminate duplicate boilerplate code and make engine creation easier on node.

Advantages:

Disadvantages:

If boot times turn to be a problem we should raise the default timeout and/or changing the way engines are installed (maybe build concrete engines locally and then only update them if their npm package changes)

neboysa commented 7 years ago

Initial implementation done: lazy-npm-task-engine