1.2.0 • Published 5 years ago

client-side-library-resolver v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Client Side Library Resolver

NPM

Build Status

This is a small library which is designed to allow you to switch between using client-side libraries saved under node_modules and ones hosted on a CDN.

I'll throw up a tutorial when I have some free time, but until then you can check out the API reference or look at the Mocha test under test/.

Building

This library is written in TypeScript, to compile run npm run build.

Docs

You can generate docs by running npm run docs.

Testing

Mocha tests are available under test/ run with npm test.