Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 415 Bytes

Aliyun NodeJS 函数计算模板

  • 基于typescript
  • 基于http trigger
  • 集成jest,eslint,prettier

Usage

# use npx

npx @alicloud/fun init -n projectName [email protected]: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 [email protected]:zephyrpersonal/fc-http-trigger-ts.git