An open API service indexing awesome lists of open source software.

https://github.com/jonaskello/yarn-systemjs

Build SystemJS config from yarn.lock file.
https://github.com/jonaskello/yarn-systemjs

Last synced: 4 months ago
JSON representation

Build SystemJS config from yarn.lock file.

Awesome Lists containing this project

README

          

# Yarn SystemJS
Experiment to generate SystemJS config files from yarn.lock files.

## Overview
To test-drive clone this repo and do this:

```
$ cd example
$ yarn install
$ http-server
```

Then open the browser and the example should load.