From e17d7009d974555196328c1e68120e7139ab52fe Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 8 Apr 2019 17:52:41 +0200 Subject: [PATCH] fix(core): update --- npmextra.json | 12 +++++++++++- package.json | 2 +- readme.md | 26 ++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 readme.md diff --git a/npmextra.json b/npmextra.json index 193d59b..b2c5ad1 100644 --- a/npmextra.json +++ b/npmextra.json @@ -2,5 +2,15 @@ "npmci": { "npmGlobalTools": [], "npmAccessLevel": "public" + }, + "gitzone": { + "module": { + "githost": "gitlab.com", + "gitscope": "gitzone", + "gitrepo": "tstest", + "shortDescription": "a test utility to run tests that match test/**/*.ts", + "npmPackagename": "@gitzone/tstest", + "license": "MIT" + } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index b2ba754..123a7b4 100644 --- a/package.json +++ b/package.json @@ -32,4 +32,4 @@ "@types/figures": "^2.0.0", "figures": "^2.0.0" } -} +} \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d62dfcf --- /dev/null +++ b/readme.md @@ -0,0 +1,26 @@ +# @gitzone/tstest +a test utility to run tests that match test/**/*.ts + +## Availabililty and Links +* [npmjs.org (npm package)](https://www.npmjs.com/package/@gitzone/tstest) +* [gitlab.com (source)](https://gitlab.com/gitzone/tstest) +* [github.com (source mirror)](https://github.com/gitzone/tstest) +* [docs (typedoc)](https://gitzone.gitlab.io/tstest/) + +## Status for master +[![build status](https://gitlab.com/gitzone/tstest/badges/master/build.svg)](https://gitlab.com/gitzone/tstest/commits/master) +[![coverage report](https://gitlab.com/gitzone/tstest/badges/master/coverage.svg)](https://gitlab.com/gitzone/tstest/commits/master) +[![npm downloads per month](https://img.shields.io/npm/dm/@gitzone/tstest.svg)](https://www.npmjs.com/package/@gitzone/tstest) +[![Known Vulnerabilities](https://snyk.io/test/npm/@gitzone/tstest/badge.svg)](https://snyk.io/test/npm/@gitzone/tstest) +[![TypeScript](https://img.shields.io/badge/TypeScript->=%203.x-blue.svg)](https://nodejs.org/dist/latest-v10.x/docs/api/) +[![node](https://img.shields.io/badge/node->=%2010.x.x-blue.svg)](https://nodejs.org/dist/latest-v10.x/docs/api/) +[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-prettier-ff69b4.svg)](https://prettier.io/) + +## Usage + +For further information read the linked docs at the top of this readme. + +> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh) +| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html) + +[![repo-footer](https://gitzone.gitlab.io/assets/repo-footer.svg)](https://maintainedby.lossless.com)