Skip to content

Commit

Permalink
add "npmPackagesCircleCiWithArticle" as preset (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
a6b8 committed Jan 27, 2024
1 parent 74630d1 commit ba9626d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This helper method returns an array of strings containing all available `presets

**Method**
```javascript
getPresets()
.getPresets()
```

**Return**
Expand Down Expand Up @@ -155,6 +155,7 @@ const markDown = btg
```Boolean```

## Presets
Here are all the presets listed as an overview. A detailed description for each example is stored in [./preset.md](./presets.md).

### documentation
| Title | Uptime | Url |
Expand Down
2 changes: 1 addition & 1 deletion tests/2-Generate-Readme.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const cfg = {
'example': 'githubOverviewWithArticle',
'preset': './presets.md',
'readme': {
'template': './README.txt',
'template': './tests/data/README.txt',
'final': './README.md'
}
}
Expand Down
3 changes: 2 additions & 1 deletion README.txt → tests/data/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This helper method returns an array of strings containing all available `presets

**Method**
```javascript
getPresets()
.getPresets()
```

**Return**
Expand Down Expand Up @@ -148,6 +148,7 @@ const markDown = btg
```Boolean```

## Presets
Here are all the presets listed as an overview. A detailed description for each example is stored in [./preset.md](./presets.md).

{{INSERT_PRESETS}}

Expand Down

0 comments on commit ba9626d

Please sign in to comment.