Skip to content

Commit 67bd539

Browse files
chore: update README (#21)
1 parent 0202152 commit 67bd539

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,16 @@ Use `@expressjs/codemod -h` to explore available command-line options.
3232
Usage: @expressjs/codemod [codemod] [source] [options]
3333
3434
Options:
35-
-v, --version Output the current version of @expressjs/codemod.
36-
-d, --dry Dry run (no changes are made to files)
37-
-p, --print Print transformed files to stdout
38-
--verbose Show more information about the transform process
39-
--silent Don't print anything to stdout
40-
-h, --help Display this help message.
35+
-v, --version Output the current version of @expressjs/codemod.
36+
-d, --dry Dry run (no changes are made to files)
37+
-p, --print Print transformed files to stdout
38+
--verbose Show more information about the transform process
39+
--silent Don't print anything to stdout
40+
-h, --help Display this help message.
41+
42+
Commands:
43+
upgrade [options] [source] Upgrade your express server to the latest
44+
version.
4145
```
4246

4347
<!-- USAGE END -->

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)