diff --git a/README.md b/README.md index c0e4b41..22e2ea2 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,14 @@ Have a look at this [package.json](https://github.com/versatiles-org/node-releas +> @versatiles/release-tool@1.2.4 npx +> vrt cmd2md vrt + ```console $ vrt +> @versatiles/release-tool@1.2.4 npx +> vrt --help + Usage: vrt [options] [command] versatiles release and documentaion tool @@ -65,6 +71,9 @@ Commands: ```console $ vrt ts2md +> @versatiles/release-tool@1.2.4 npx +> vrt ts2md --help + Usage: vrt ts2md [options] documents a TypeScript file and outputs it to stdout @@ -81,6 +90,9 @@ Options: ```console $ vrt cmd2md +> @versatiles/release-tool@1.2.4 npx +> vrt cmd2md --help + Usage: vrt cmd2md [options] documents a runnable command and outputs it to stdout @@ -96,6 +108,9 @@ Options: ```console $ vrt insertmd +> @versatiles/release-tool@1.2.4 npx +> vrt insertmd --help + Usage: vrt insertmd [options] [heading] [foldable] takes Markdown from stdin and insert it into a Markdown file @@ -113,6 +128,9 @@ Options: ```console $ vrt inserttoc +> @versatiles/release-tool@1.2.4 npx +> vrt inserttoc --help + Usage: vrt inserttoc [options] [heading] updates the TOC in a Markdown file @@ -129,6 +147,9 @@ Options: ```console $ vrt release-npm +> @versatiles/release-tool@1.2.4 npx +> vrt release-npm --help + Usage: vrt release-npm [options] [path] release a npm package diff --git a/package-lock.json b/package-lock.json index 725b0be..1af6135 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@versatiles/release-tool", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@versatiles/release-tool", - "version": "1.2.3", + "version": "1.2.4", "license": "Unlicense", "dependencies": { "commander": "^12.1.0", diff --git a/package.json b/package.json index 40a4038..99de567 100644 --- a/package.json +++ b/package.json @@ -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"