A JSPM package for Atom.
This package will add commands for installing and uninstalling JSPM packages.
Known issues:
- Only tested on Windows with git installed to
C:\Program Files (x86)\Git\bin\
- JSPM depends on git. I do not have git in my path so there is a helper that looks for the above directory first. If that directory doesn't exist it falls back to just executing
git
, which should work... maybe.