Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unional/systemjs-plugin-domture

Internal systemjs plugin used by domture
https://github.com/unional/systemjs-plugin-domture

systemjs systemjs-plugin

Last synced: about 1 month ago
JSON representation

Internal systemjs plugin used by domture

Awesome Lists containing this project

README

        

# systemjs-plugin-domture

[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
[![semantic-release][semantic-release-image]][semantic-release-url]
[![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]

[`domture`](https://github.com/unional/domture) plugin for `systemjs`.

This is an internal plugin used by `domture`.

## Contribute

```sh
# after fork
npm install

# begin making changes
git checkout -b
npm run watch

# edit `webpack.config.dev.js` to exclude dependencies for the global build.

# after making change(s)
git commit -m ""
git push

# create PR
```

## Npm 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 watch

# Run tests with coverage stats (but won't fail you if coverage does not meet criteria)
npm run test

# Manually verify the project.
# This will be ran during 'npm preversion' so you normally don't need to run this yourself.
npm run verify

# Build the project.
# You normally don't need to do this.
npm run build

# Run 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
```

Generated by [`[email protected]`](https://github.com/unional/unional-cli)

[npm-image]: https://img.shields.io/npm/v/systemjs-plugin-domture.svg?style=flat
[npm-url]: https://npmjs.org/package/systemjs-plugin-domture
[downloads-image]: https://img.shields.io/npm/dm/systemjs-plugin-domture.svg?style=flat
[downloads-url]: https://npmjs.org/package/systemjs-plugin-domture
[travis-image]: https://img.shields.io/travis/unional/systemjs-plugin-domture/master.svg?style=flat
[travis-url]: https://travis-ci.org/unional/systemjs-plugin-domture?branch=master
[semantic-release-image]:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]:https://github.com/semantic-release/semantic-release
[greenkeeper-image]:https://badges.greenkeeper.io/unional/systemjs-plugin-domture.svg
[greenkeeper-url]:https://greenkeeper.io/