hotshell icon indicating copy to clipboard operation
hotshell copied to clipboard

As a user I would like to import npm modules

Open julienmoumne opened this issue 8 years ago • 0 comments

npm modules offer a convenient way to factor and distribute Hotshell patterns, see hotshell-util as an example.

Downloading npm modules is straightforward using a Node environment.

However, Hotshell does not require Node and should remain, at runtime, dependency free.

This ticket is about finding a way to make Hotshell interpret a package.json file and download the required dependencies.

One idea would be to integrate the npm lib using Otto.

julienmoumne avatar Oct 04 '16 22:10 julienmoumne