fix(core): update

This commit is contained in:
Philipp Kunz 2024-04-30 19:32:08 +02:00
parent 61c098c5ad
commit 0c5bd12852
5 changed files with 29 additions and 32 deletions

View File

@ -5,10 +5,21 @@
"githost": "code.foss.global",
"gitscope": "foss.global",
"gitrepo": "docs.foss.global",
"description": "the docs for foss.global",
"description": "Documentation and tooling setup for foss.global project.",
"npmPackagename": "docs.foss.global",
"license": "UNLICENSED",
"projectDomain": "docs.foss.global"
"projectDomain": "docs.foss.global",
"keywords": [
"documentation",
"TypeScript",
"docker",
"npm package",
"code quality",
"continuous integration",
"version control",
"open source",
"software development"
]
}
},
"npmci": {

View File

@ -2,7 +2,7 @@
"name": "docs.foss.global",
"version": "1.0.2",
"private": false,
"description": "the docs for foss.global",
"description": "Documentation and tooling setup for foss.global project.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -45,5 +45,16 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"documentation",
"TypeScript",
"docker",
"npm package",
"code quality",
"continuous integration",
"version control",
"open source",
"software development"
]
}
}

0
readme.hints.md Normal file
View File

View File

@ -1,30 +1,5 @@
# @foss.global/docs.foss.global
the docs for foss.global
## Availabililty and Links
* [npmjs.org (npm package)](https://www.npmjs.com/package/docs.foss.global)
* [gitlab.com (source)](https://code.foss.global/foss.global/docs.foss.global)
* [github.com (source mirror)](https://github.com/foss.global/docs.foss.global)
* [docs (typedoc)](https://foss.global.gitlab.io/docs.foss.global/)
## Status for master
Status Category | Status Badge
-- | --
GitLab Pipelines | [![pipeline status](https://code.foss.global/foss.global/docs.foss.global/badges/master/pipeline.svg)](https://lossless.cloud)
GitLab Pipline Test Coverage | [![coverage report](https://code.foss.global/foss.global/docs.foss.global/badges/master/coverage.svg)](https://lossless.cloud)
npm | [![npm downloads per month](https://badgen.net/npm/dy/docs.foss.global)](https://lossless.cloud)
Snyk | [![Known Vulnerabilities](https://badgen.net/snyk/foss.global/docs.foss.global)](https://lossless.cloud)
TypeScript Support | [![TypeScript](https://badgen.net/badge/TypeScript/>=%203.x/blue?icon=typescript)](https://lossless.cloud)
node Support | [![node](https://img.shields.io/badge/node->=%2010.x.x-blue.svg)](https://nodejs.org/dist/latest-v10.x/docs/api/)
Code Style | [![Code Style](https://badgen.net/badge/style/prettier/purple)](https://lossless.cloud)
PackagePhobia (total standalone install weight) | [![PackagePhobia](https://badgen.net/packagephobia/install/docs.foss.global)](https://lossless.cloud)
PackagePhobia (package size on registry) | [![PackagePhobia](https://badgen.net/packagephobia/publish/docs.foss.global)](https://lossless.cloud)
BundlePhobia (total size when bundled) | [![BundlePhobia](https://badgen.net/bundlephobia/minzip/docs.foss.global)](https://lossless.cloud)
## Usage
Use TypeScript for best in class intellisense
For further information read the linked docs at the top of this readme.
> the docs for foss.global
## Legal
> UNLICENSED licensed | **©** [Task Venture Capital GmbH](https://task.vc)

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: 'docs.foss.global',
version: '1.0.2',
description: 'the docs for foss.global'
version: '1.0.3',
description: 'Documentation and tooling setup for foss.global project.'
}