Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Aug 14, 2024
1 parent c46fa03 commit 51f2aac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 43,8 @@ Have a look at this [package.json](https://github.com/versatiles-org/node-releas

<!--- This chapter is generated automatically --->

> @versatiles/release-tool@1.2.4 npx
> vrt cmd2md vrt
```console
$ vrt
> @versatiles/[email protected] npx
> vrt --help

Usage: vrt [options] [command]

versatiles release and documentaion tool
Expand All @@ -71,9 65,6 @@ Commands:

```console
$ vrt ts2md
> @versatiles/[email protected] npx
> vrt ts2md --help

Usage: vrt ts2md [options] <typescript> <tsconfig>

documents a TypeScript file and outputs it to stdout
Expand All @@ -90,9 81,6 @@ Options:

```console
$ vrt cmd2md
> @versatiles/[email protected] npx
> vrt cmd2md --help

Usage: vrt cmd2md [options] <command>

documents a runnable command and outputs it to stdout
Expand All @@ -108,9 96,6 @@ Options:

```console
$ vrt insertmd
> @versatiles/[email protected] npx
> vrt insertmd --help

Usage: vrt insertmd [options] <readme> [heading] [foldable]

takes Markdown from stdin and insert it into a Markdown file
Expand All @@ -128,9 113,6 @@ Options:

```console
$ vrt inserttoc
> @versatiles/[email protected] npx
> vrt inserttoc --help

Usage: vrt inserttoc [options] <readme> [heading]

updates the TOC in a Markdown file
Expand All @@ -147,9 129,6 @@ Options:

```console
$ vrt release-npm
> @versatiles/[email protected] npx
> vrt release-npm --help

Usage: vrt release-npm [options] [path]

release a npm package
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@versatiles/release-tool",
"version": "1.2.4",
"version": "1.2.5",
"description": "VersaTiles release and documentation tools",
"bin": {
"vrt": "./dist/index.js"
Expand Down Expand Up @@ -51,4 51,4 @@
"remark-gfm": "^4.0.0",
"typedoc": "^0.26.5"
}
}
}

0 comments on commit 51f2aac

Please sign in to comment.