jspm / generator

JSPM Import Map Generator
Apache License 2.0
167 stars 21 forks source link

Add a simple binary? #98

Closed rauschma closed 2 years ago

rauschma commented 2 years ago

I’m not sure if that is possible, but I’d find it useful if I could generate an import map like this:

npx @jspm/generator node_modules/
fusionstrings commented 2 years ago

Did you mean, one importmap for every package in node_modules?

hypothetically considering following an entry point for the generated importmap for each package?

import package from 'package'
guybedford commented 2 years ago

Duplicate of https://github.com/jspm/generator/issues/64. There will eventually be a CLI relaunch when the timing is right.