mention c3

This commit is contained in:
TomDo1234 2024-04-03 13:05:56 +11:00
parent 65ec4fb2e6
commit 5a8d89bfba

View File

@ -35,8 +35,8 @@ This demo was last tested on 2024 April 02.
Cloudflare offers NodeJS runtimes for running JavaScript serverless functions.[^1]
The [SheetJS NodeJS module](/docs/getting-started/installation/nodejs) can be
required in Lambda functions. Cloudflare provides a convenient cli called Wrangler [^2]
which can streamline development and deployment
required in Cloudflare Workers. Cloudflare provides a cli called C3 [^2] in order to setup your worker project and another cli called Wrangler [^3]
which can streamline development and deployment,
:::note pass
@ -663,8 +663,8 @@ S,h,e,e,t,J,S
```
[^1]: See ["Node.js compatibility"](https://developers.cloudflare.com/workers/runtime-apis/nodejs/) in the Cloudflare documentation
[^2]: [Wrangler documentation](https://developers.cloudflare.com/workers/wrangler/)
[^3]: See [`read` in "Reading Files"](/docs/api/parse-options)
[^2]: See ["Get started guide"](https://developers.cloudflare.com/workers/get-started/guide/#1-create-a-new-worker-project)
[^3]: [Wrangler documentation](https://developers.cloudflare.com/workers/wrangler/)
[^4]: See ["Workbook Object" in "SheetJS Data Model"](/docs/csf/book) for more details.
[^5]: See [`sheet_to_csv` in "CSV and Text"](/docs/api/utilities/csv#delimiter-separated-output)
[^6]: See [`write` in "Writing Files"](/docs/api/write-options)