An open API service indexing awesome lists of open source software.

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的阿里云函数计算模板

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
```