Skip to content

Commit

Permalink
Merge pull request #175 from thc202/add-package-json
Browse files Browse the repository at this point in the history
Track `widdershins` version
  • Loading branch information
ricekot authored Oct 6, 2023
2 parents ed093ca + 094817c commit 31e740c
Show file tree
Hide file tree
Showing 4 changed files with 1,544 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ node package is used to auto generate the markdown file.

```bash
# To install the widdershins package
npm i -g widdershins
npm install
# To generate the markdown file
widdershins --search false --language_tabs 'shell:Shell' 'java:Java' 'python:Python' --summary openapi.yaml source/includes/apis.md
npm run build
```
Loading

0 comments on commit 31e740c

Please sign in to comment.