Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unional/systemjs-plugin-domture
- Owner: unional
- License: mit
- Created: 2017-12-04T09:42:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:57:20.000Z (about 1 year ago)
- Last Synced: 2024-11-28T18:51:41.636Z (about 2 months ago)
- Topics: systemjs, systemjs-plugin
- Language: TypeScript
- Size: 586 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/