1
- # @simple-release /hosted-git-info
1
+ # @simple-libs /hosted-git-info
2
2
3
3
[ ![ ESM-only package] [ package ]] [ package-url ]
4
4
[ ![ NPM version] [ npm ]] [ npm-url ]
11
11
[ package ] : https://img.shields.io/badge/package-ESM--only-ffe536.svg
12
12
[ package-url ] : https://nodejs.org/api/esm.html
13
13
14
- [ npm ] : https://img.shields.io/npm/v/@simple-release /hosted-git-info.svg
15
- [ npm-url ] : https://www.npmjs.com/package/@simple-release /hosted-git-info
14
+ [ npm ] : https://img.shields.io/npm/v/@simple-libs /hosted-git-info.svg
15
+ [ npm-url ] : https://www.npmjs.com/package/@simple-libs /hosted-git-info
16
16
17
- [ node ] : https://img.shields.io/node/v/@simple-release /hosted-git-info.svg
17
+ [ node ] : https://img.shields.io/node/v/@simple-libs /hosted-git-info.svg
18
18
[ node-url ] : https://nodejs.org
19
19
20
- [ deps ] : https://img.shields.io/librariesio/release/npm/@simple-release /hosted-git-info
21
- [ deps-url ] : https://libraries.io/npm/@simple-release %2Fhosted-git-info/tree
20
+ [ deps ] : https://img.shields.io/librariesio/release/npm/@simple-libs /hosted-git-info
21
+ [ deps-url ] : https://libraries.io/npm/@simple-libs %2Fhosted-git-info/tree
22
22
23
- [ size ] : https://packagephobia.com/badge?p=@simple-release /hosted-git-info
24
- [ size-url ] : https://packagephobia.com/result?p=@simple-release /hosted-git-info
23
+ [ size ] : https://packagephobia.com/badge?p=@simple-libs /hosted-git-info
24
+ [ size-url ] : https://packagephobia.com/result?p=@simple-libs /hosted-git-info
25
25
26
26
[ build ] : https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release-tools/tests.yml?branch=main
27
27
[ build-url ] : https://github.com/TrigenSoftware/simple-release-tools/actions
28
28
29
- [ coverage ] : https://img.shields.io/codecov/c/github/TrigenSoftware/simple-release-tools.svg?flag=@simple-release /hosted-git-info
29
+ [ coverage ] : https://img.shields.io/codecov/c/github/TrigenSoftware/simple-release-tools.svg?flag=@simple-libs /hosted-git-info
30
30
[ coverage-url ] : https://app.codecov.io/gh/TrigenSoftware/simple-release-tools/tree/main/packages%2Fhosted-git-info
31
31
32
32
A small library to parse hosted git info.
@@ -35,17 +35,17 @@ A small library to parse hosted git info.
35
35
36
36
``` bash
37
37
# pnpm
38
- pnpm add @simple-release /hosted-git-info
38
+ pnpm add @simple-libs /hosted-git-info
39
39
# yarn
40
- yarn add @simple-release /hosted-git-info
40
+ yarn add @simple-libs /hosted-git-info
41
41
# npm
42
- npm i @simple-release /hosted-git-info
42
+ npm i @simple-libs /hosted-git-info
43
43
```
44
44
45
45
## Usage
46
46
47
47
``` ts
48
- import { parseHostedGitUrl } from ' @simple-release /hosted-git-info'
48
+ import { parseHostedGitUrl } from ' @simple-libs /hosted-git-info'
49
49
50
50
parseHostedGitUrl (' github:foo/bar' )
51
51
/* {
0 commit comments