Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Jun 6, 2024
1 parent 777896f commit 07ea00b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ 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 @@ -65,6 +71,9 @@ 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 @@ -81,6 +90,9 @@ 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 @@ -96,6 +108,9 @@ 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 @@ -113,6 +128,9 @@ 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 @@ -129,6 +147,9 @@ 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versatiles/release-tool",
"version": "1.2.3",
"version": "1.2.4",
"description": "VersaTiles release and documentation tools",
"bin": {
"vrt": "./dist/index.js"
Expand Down

0 comments on commit 07ea00b

Please sign in to comment.