File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
- # Functions Framework for Node.js [ ![ Build Status] ( https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FGoogleCloudPlatform%2Ffunctions-framework-nodejs%2Fbadge&style=flat )] ( https://actions-badge.atrox.dev/GoogleCloudPlatform/functions-framework-nodejs/goto ) [ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/functions-framework.svg )] ( https://www.npmjs.com/package/@google-cloud/functions-framework ) [ ![ npm downloads] ( https://img.shields.io/npm/dm/@google-cloud/functions-framework.svg )] ( https://npmcharts.com/compare/@google-cloud/functions-framework?minimal=true )
1
+ # Functions Framework for Node.js
2
+
3
+ [ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/functions-framework.svg )] ( https://www.npmjs.com/package/@google-cloud/functions-framework ) [ ![ npm downloads] ( https://img.shields.io/npm/dm/@google-cloud/functions-framework.svg )] ( https://npmcharts.com/compare/@google-cloud/functions-framework?minimal=true )
4
+
5
+ [ ![ Node unit CI] [ ff_node_unit_img ]] [ ff_node_unit_link ] [ ![ Node lint CI] [ ff_node_lint_img ]] [ ff_node_lint_link ] [ ![ Node conformace CI] [ ff_node_conformance_img ]] [ ff_node_conformance_link ]
2
6
3
7
An open source FaaS (Function as a Service) framework based on [ Express] ( https://expressjs.com/ )
4
8
for writing portable Node.js functions -- brought to you by the Google Cloud Functions team.
@@ -247,3 +251,10 @@ More advanced guides and docs can be found in the [`docs/` folder](docs/).
247
251
248
252
Contributions to this library are welcome and encouraged. See
249
253
[CONTRIBUTING](CONTRIBUTING.md) for more information on how to get started.
254
+
255
+ [ff_node_unit_img]: https://github.com/GoogleCloudPlatform/functions-framework-nodejs/workflows/Node.js%20Unit%20CI/badge.svg
256
+ [ff_node_unit_link]: https://github.com/GoogleCloudPlatform/functions-framework-nodejs/actions?query=workflow%3A"Node.js+Unit+CI"
257
+ [ff_node_lint_img]: https://github.com/GoogleCloudPlatform/functions-framework-nodejs/workflows/Node.js%20Lint%20CI/badge.svg
258
+ [ff_node_lint_link]: https://github.com/GoogleCloudPlatform/functions-framework-nodejs/actions?query=workflow%3A"Node.js+Lint+CI"
259
+ [ff_node_conformance_img]: https://github.com/GoogleCloudPlatform/functions-framework-nodejs/workflows/Node.js%20Conformance%20CI/badge.svg
260
+ [ff_node_conformance_link]: https://github.com/GoogleCloudPlatform/functions-framework-nodejs/actions?query=workflow%3A"Node.js+Conformance+CI"
You can’t perform that action at this time.
0 commit comments