Skip to content

Commit

Permalink
chore: work towards release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 9, 2024
1 parent 4269fa1 commit 4bb29b5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
- name: Install
run: npm install

- name: Lint Fix
run: |
npm run lint:fix
- name: Git Status
id: git-status
uses: streetsidesoftware/actions/public/dirty@v1
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,17 @@ repos:
```
<!-- x-release-please-end -->
## Install from GitHub
This repo also supports installing the `inject-markdown-cli` directly from GitHub:

```
npm install -g git+https://github.com/streetsidesoftware/inject-markdown-cli
```
## Usage
`inject-markdown-cli --help`:
<!--- @@inject: static/help.txt --->
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
"name": "inject-markdown-cli",
"version": "3.0.0",
"description": "Inject Markdown CLI tool that can be used with pre-commit hooks",
"main": "index.js",
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"scripts": {
"build:readme": "npm run build:help && inject-markdown README.md",
"build:help": "node index.js --help > static/help.txt",
"test": "node ./index.js ."
},
"repository": {
Expand Down
Empty file added static/help.txt
Empty file.

0 comments on commit 4bb29b5

Please sign in to comment.