https://github.com/zephyrpersonal/fc-http-trigger-ts
基于typescript的阿里云函数计算模板
https://github.com/zephyrpersonal/fc-http-trigger-ts
aliyun aliyun-fc function-compute serverless template typescript
Last synced: 7 months ago
JSON representation
基于typescript的阿里云函数计算模板
- Host: GitHub
- URL: https://github.com/zephyrpersonal/fc-http-trigger-ts
- Owner: zephyrpersonal
- Created: 2019-08-21T09:24:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:57:17.000Z (about 3 years ago)
- Last Synced: 2025-03-12T13:14:33.974Z (11 months ago)
- Topics: aliyun, aliyun-fc, function-compute, serverless, template, typescript
- Language: TypeScript
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aliyun NodeJS 函数计算模板
- 基于typescript
- 基于http trigger
- 集成jest,eslint,prettier
## Usage
```bash
# use npx
npx @alicloud/fun init -n projectName git@github.com:zephyrpersonal/fc-http-trigger-ts.git
# or install funcli globally
yarn global add @alicloud/fun # yarn
npm install @alicloud/fun -g # npm
fun init -n projectName git@github.com:zephyrpersonal/fc-http-trigger-ts.git
```