1.0.2 • Published 10 years ago
jspm-local v1.0.2
jspm-local
Installation
Install jspm-local using npm into your global or local repository.
npm install -g jspm-local
# or locally
npm install jspm-local --save-devRegister a new endpoint for jspm.
jspm registry create local jspm-localUsage
Install <YourProject> as a local dependecy.
jspm install local:<YourProject>Jspm-local will search for a folder named <YourProject> next to current folder. This is eqal to ../<YourProject>/package.json