Skip to content

Commit 9062f58

Browse files
authored
Merge pull request #1 from abapPM/template
chore: update template files
2 parents ae4e651 + 617adda commit 9062f58

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
![Version](https://img.shields.io/endpoint?url=https://shield.abappm.com/github/abapPM/ABAP-Xxx/src/zcl_xxx.clas.abap/c_version&label=Version&color=blue)
1+
![Version](https://img.shields.io/endpoint?url=https://shield.abappm.com/github/abapPM/{{repo}}/src/zcl_{{module}}.clas.abap/c_version&label=Version&color=blue)
22

3-
[![License](https://img.shields.io/github/license/abapPM/ABAP-Xxx?label=License&color=success)](https://github.com/abapPM/ABAP-Xxx/blob/main/LICENSE)
3+
[![License](https://img.shields.io/github/license/abapPM/{{repo}}?label=License&color=success)](https://github.com/abapPM/{{repo}}/blob/main/LICENSE)
44
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?color=success)](https://github.com/abapPM/.github/blob/main/CODE_OF_CONDUCT.md)
5-
[![REUSE Status](https://api.reuse.software/badge/github.com/abapPM/ABAP-Xxx)](https://api.reuse.software/info/github.com/abapPM/ABAP-Xxx)
5+
[![REUSE Status](https://api.reuse.software/badge/github.com/abapPM/{{repo}})](https://api.reuse.software/info/github.com/abapPM/{{repo}})
66

7-
# XXX
7+
# {{package}}
88

99
...
1010

11-
NO WARRANTIES, [MIT License](https://github.com/abapPM/ABAP-Xxx/blob/main/LICENSE)
11+
NO WARRANTIES, [MIT License](https://github.com/abapPM/{{repo}}/blob/main/LICENSE)
1212

1313
## Usage
1414

@@ -20,24 +20,24 @@ SAP Basis 7.50 or higher
2020

2121
## Installation
2222

23-
Install `xxx` as a global module in your system using [apm](https://abappm.com).
23+
Install `{{module}}` as a global module in your system using [apm](https://abappm.com).
2424

2525
or
2626

27-
Specify the `xxx` module as a dependency in your project and import it to your namespace using [apm](https://abappm.com).
27+
Specify the `{{module}}` module as a dependency in your project and import it to your namespace using [apm](https://abappm.com).
2828

2929
## Contributions
3030

31-
All contributions are welcome! Read our [Contribution Guidelines](https://github.com/abapPM/ABAP-Xxx/blob/main/CONTRIBUTING.md), fork this repo, and create a pull request.
31+
All contributions are welcome! Read our [Contribution Guidelines](https://github.com/abapPM/{{repo}}/blob/main/CONTRIBUTING.md), fork this repo, and create a pull request.
3232

33-
You can install the developer version of ABAP XXX using [abapGit](https://github.com/abapGit/abapGit) either by creating a new online repository for `https://github.com/abapPM/ABAP-Xxx`.
33+
You can install the developer version of ABAP {{package}} using [abapGit](https://github.com/abapGit/abapGit) by creating a new online repository for `https://github.com/abapPM/{{repo}}`.
3434

35-
Recommended SAP package: `$XXX`
35+
Recommended SAP package: `${{package}}`
3636

3737
## About
3838

39-
Made with ❤ in Canada
39+
Made with ❤ in Canada
4040

4141
Copyright 2025 apm.to Inc. <https://apm.to>
4242

43-
Follow [@marcf.be](https://bsky.app/profile/marcf.be) on Blueksy and [marcfbe](https://linkedin.com/in/marcfbe) or LinkedIn
43+
Follow [@marcf.be](https://bsky.app/profile/marcf.be) on Blueksy and [@marcfbe](https://linkedin.com/in/marcfbe) or LinkedIn

package.abap.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "xxx",
2+
"name": "{{module}}",
33
"version": "1.0.0",
4-
"description": "XXX",
4+
"description": "{{package}}",
55
"type": "module",
66
"keywords": [
77
"abap",
@@ -10,23 +10,21 @@
1010
],
1111
"homepage": "https://abappm.com",
1212
"bugs": {
13-
"url": "https://github.com/abapPM/ABAP-XXX"
13+
"url": "https://github.com/abapPM/{{repo}}"
1414
},
1515
"license": "MIT",
1616
"author": {
1717
"name": "Marc Bernard",
18-
"url": "https://abappm.com",
19-
"email": "marc@abappm.com"
18+
"url": "https://abappm.com"
2019
},
2120
"maintainers": [
2221
{
2322
"name": "Marc Bernard",
24-
"url": "https://github.com/mbtools",
25-
"email": "marc@abappm.com"
23+
"url": "https://github.com/mbtools"
2624
}
2725
],
2826
"repository": {
29-
"url": "https://github.com/abapPM/ABAP-XXX"
27+
"url": "https://github.com/abapPM/{{repo}}"
3028
},
3129
"funding": {
3230
"type": "github",

0 commit comments

Comments
 (0)