-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
777896f
commit 07ea00b
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters