Skip to content

Commit 24c8b25

Browse files
committed
docs: update readme
1 parent fe12c2a commit 24c8b25

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# template-nodejs
1+
# template-nodejs-server
2+
A template project for nodejs server using fastify. Has integrated linting, testing,
3+
coverage, reporting, GitHub actions for publishing to npm repository, dependency updates and other goodies.
4+
5+
Easily use this template to quick start a production ready nodejs project template.
26

37
```shell
48
# do this to start server
@@ -16,12 +20,6 @@ curl -X GET 'http://127.0.0.1:5000/hello?name=rambo' -H 'authorization: Basic 1
1620
# use this for continuous reload while development
1721
npm run serve:dev
1822
```
19-
20-
A template project for nodejs. Has integrated linting, testing,
21-
coverage, reporting, GitHub actions for publishing to npm repository, dependency updates and other goodies.
22-
23-
Easily use this template to quick start a production ready nodejs project template.
24-
2523
## Code Guardian
2624

2725
[![<app> build verification](https://github.com/aicore/template-nodejs/actions/workflows/build_verify.yml/badge.svg)](https://github.com/aicore/template-nodejs/actions/workflows/build_verify.yml)

0 commit comments

Comments
 (0)