bobp 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1 +1,46 @@
|
|
|
1
|
+
<img src="https://repository-images.githubusercontent.com/914766829/40b4fd3b-cedd-417c-9068-3cfc1bb18108" alt="Cover" />
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<a href="https://npmjs.com/package/bobp/" target="_blank" alt="NPM" >
|
|
5
|
+
<img src="https://img.shields.io/npm/v/bobp.svg" alt="NPM Badge" />
|
|
6
|
+
</a>
|
|
7
|
+
|
|
8
|
+
<a href="https://github.com/rdarida/bobp" target="_blank" alt="GitHub Repository">
|
|
9
|
+
<img src="https://img.shields.io/badge/-repository-222222?style=flat&logo=github" alt="GitHub Repository Badge" />
|
|
10
|
+
</a>
|
|
11
|
+
|
|
12
|
+
<a href="https://github.com/rdarida/bobp/actions/workflows/publish.yml" target="_blank" alt="GitHub Actions">
|
|
13
|
+
<img src="https://github.com/rdarida/bobp/actions/workflows/publish.yml/badge.svg" alt="Publish Badge" />
|
|
14
|
+
</a>
|
|
15
|
+
|
|
16
|
+
<a href="https://sonarcloud.io/dashboard?id=rdarida_bobp" target="_blank" alt="SonarCloud">
|
|
17
|
+
<img src="https://sonarcloud.io/api/project_badges/measure?project=rdarida_bobp&metric=coverage" alt="Coverage Badge" />
|
|
18
|
+
</a>
|
|
19
|
+
|
|
20
|
+
<img src="https://img.shields.io/librariesio/release/npm/bobp" alt="Dependencies Badge" />
|
|
21
|
+
</p>
|
|
22
|
+
<hr>
|
|
23
|
+
|
|
1
24
|
# bobp
|
|
25
|
+
How can I help you, Bobp?
|
|
26
|
+
|
|
27
|
+
## Installation
|
|
28
|
+
TBD
|
|
29
|
+
|
|
30
|
+
<hr>
|
|
31
|
+
|
|
32
|
+
<details>
|
|
33
|
+
<summary>
|
|
34
|
+
<strong>Resources</strong>
|
|
35
|
+
</summary>
|
|
36
|
+
|
|
37
|
+
- [Documentation](https://rdarida.github.io/bobp/)
|
|
38
|
+
- [Rowan Atkinson demonstrating how funny "Bob" can be](https://www.youtube.com/watch?v=wOdfNwD9cEA)
|
|
39
|
+
</details>
|
|
40
|
+
<hr>
|
|
41
|
+
|
|
42
|
+
<p align="center">
|
|
43
|
+
<a href="LICENSE" target="_blank" alt="License">
|
|
44
|
+
<img src="https://img.shields.io/badge/license-MIT-green" alt="License Badge" />
|
|
45
|
+
</a>
|
|
46
|
+
</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bobp",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "0.0.9",
|
|
4
|
+
"description": "How can I help you, Bobp?",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Róbert Darida",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"release": "standard-version",
|
|
32
32
|
"postrelease": "git push --follow-tags origin HEAD",
|
|
33
33
|
"predocs": "rimraf ./docs",
|
|
34
|
-
"docs": "typedoc
|
|
34
|
+
"docs": "typedoc"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"yargs": "^17.7.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/jest": "^29.5.14",
|
|
41
|
-
"@types/node": "^22.
|
|
41
|
+
"@types/node": "^22.13.14",
|
|
42
42
|
"@types/yargs": "^17.0.33",
|
|
43
43
|
"jest": "^29.7.0",
|
|
44
44
|
"jest-config": "^29.7.0",
|
|
@@ -48,6 +48,6 @@
|
|
|
48
48
|
"ts-jest": "^29.2.5",
|
|
49
49
|
"tsup": "^8.3.5",
|
|
50
50
|
"typedoc": "^0.27.6",
|
|
51
|
-
"typescript": "^5.
|
|
51
|
+
"typescript": "^5.8.2"
|
|
52
52
|
}
|
|
53
53
|
}
|