Skip to content

Commit 98d082d

Browse files
committed
docs: ✏️ better docs: commands changes
this commit includes changes to doc to reflect commands that can be run by user
1 parent 8d1d497 commit 98d082d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@ npm i -g fastify-typescript-generator
2424

2525
## usage
2626

27+
Run anyone of following commands:
28+
2729
```sh
30+
fastify-gen
31+
# or
2832
fastify-typescript-generator
33+
# or
34+
fastify-ts-gen
2935
```
3036

3137
## ❓ what is it

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-typescript-generator",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Generate new Fastify applications similar to express-generate which but sets it up to use TypeScript instead",
55
"preferGlobal": true,
66
"scripts": {

0 commit comments

Comments
 (0)