Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

system-gist

matthewp24MIT0.0.2

Build Status

StealJS, SystemJS

readme

system-gist

Build Status

A StealJS and SystemJS plugin for loading modules from Gists.

Installation

npm install system-gist --save

Use

Simply provide the gist id that you want to load and it just works.

import is from "8175510!gist";

is(NaN, NaN); // -> true

License

MIT