Read jspm config and such
npm install jspm-config[![unstable][unstable-image]][unstable-url]
[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]
![badge-size-es5-url]
![badge-size-es2015-url]
- [x] resolve() and resolveAll()
- for typings i jspm:
- [ ] discoverTypings() or configSystemJS() or configJspm()
- For
SystemJS Resolution Specification
``shright after clone
npm install
and rollup.config.es2015.js to exclude dependencies for the bundle if neededNpm Commands
There are a few useful commands you can use during development.
`sh
Run tests (and lint) automatically whenever you save a file.
npm run watchRun tests with coverage stats (but won't fail you if coverage does not meet criteria)
npm run testManually verify the project.
This will be ran during 'npm preversion' so you normally don't need to run this yourself.
npm run verifyBuild the project.
You normally don't need to do this.
npm run buildRun tslint
You normally don't need to do this as
npm run watch and npm version will automatically run lint for you.
npm run lint
`generator-unional@0.9.0`[unstable-image]: http://badges.github.io/stability-badges/dist/unstable.svg
[unstable-url]: http://github.com/badges/stability-badges
[npm-image]: https://img.shields.io/npm/v/jspm-config.svg?style=flat
[npm-url]: https://npmjs.org/package/jspm-config
[downloads-image]: https://img.shields.io/npm/dm/jspm-config.svg?style=flat
[downloads-url]: https://npmjs.org/package/jspm-config
[travis-image]: https://img.shields.io/travis/unional/jspm-config.svg?style=flat
[travis-url]: https://travis-ci.org/unional/jspm-config
[coveralls-image]: https://coveralls.io/repos/github/unional/jspm-config/badge.svg
[coveralls-url]: https://coveralls.io/github/unional/jspm-config
[badge-size-es5-url]: http://img.badgesize.io/unional/jspm-config/master/dist/jspm-config.es5.js.svg?label=es5_size
[badge-size-es2015-url]: http://img.badgesize.io/unional/jspm-config/master/dist/jspm-config.es2015.js.svg?label=es2015_size