Skip to content

Commit 2f3451c

Browse files
committed
📝 doc(README): add repobeats chart [no ci]
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
1 parent cbbac31 commit 2f3451c

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44

55
[![Node unit CI][ff_node_unit_img]][ff_node_unit_link] [![Node lint CI][ff_node_lint_img]][ff_node_lint_link]
66

7-
> This is OpenFunction's nodejs functions-framework forked from [GCP functions-framework-nodejs](https://github.com/GoogleCloudPlatform/functions-framework-nodejs)
7+
![Alt](https://repobeats.axiom.co/api/embed/988db7b27f5120583d096d8131fd26626c349fac.svg "Repobeats analytics image")
8+
9+
---
10+
11+
> This is OpenFunction's Node.js Functions Framework forked from [GCP functions-framework-nodejs](https://github.com/GoogleCloudPlatform/functions-framework-nodejs).
812
913
An open source FaaS (Function as a Service) framework based on [Express](https://expressjs.com/)
1014
and [Restana](https://github.com/BackendStack21/restana) for writing portable sync and async Node.js functions.
1115

12-
The Functions Framework lets you write lightweight functions that run in many
13-
different environments, including:
16+
The Functions Framework lets you write lightweight functions that run in many different environments, including:
1417

1518
* [OpenFunction](https://github.com/OpenFunction/OpenFunction)
1619
* [Knative](https://github.com/knative/)-based environments
@@ -101,8 +104,7 @@ npm install @openfunction/functions-framework
101104
npm install @openfunction/functions-framework
102105
```
103106

104-
1. Add a `start` script to `package.json`, with configuration passed via
105-
command-line arguments:
107+
1. Add a `start` script to `package.json`, with configuration passed via command-line arguments:
106108

107109
```js
108110
"scripts": {
@@ -160,9 +162,7 @@ command-line arguments:
160162

161163
## Configure the Functions Framework
162164

163-
You can configure the Functions Framework using command-line flags or
164-
environment variables. If you specify both, the environment variable will be
165-
ignored.
165+
You can configure the Functions Framework using command-line flags or environment variables. If you specify both, the environment variable will be ignored.
166166

167167
| Command-line flag | Environment variable | Description |
168168
| ------------------ | ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -281,8 +281,7 @@ More advanced guides and docs can be found in the [`docs/` folder](docs/).
281281
282282
## Contributing
283283
284-
Contributions to this library are welcome and encouraged. See
285-
[CONTRIBUTING](CONTRIBUTING.md) for more information on how to get started.
284+
Contributions to this library are welcome and encouraged. See [CONTRIBUTING](CONTRIBUTING.md) for more information on how to get started.
286285
287286
[ff_node_unit_img]: https://github.com/openfunction/functions-framework-nodejs/workflows/Node.js%20Unit%20CI/badge.svg
288287
[ff_node_unit_link]: https://github.com/openfunction/functions-framework-nodejs/actions?query=workflow%3A"Node.js+Unit+CI"

0 commit comments

Comments
 (0)