25 lines
468 B
Markdown
25 lines
468 B
Markdown
# alibabacloudfn-template
|
|
|
|
Alibaba Cloud Function Template
|
|
|
|
Use this template you need to install:
|
|
* Rust - https://rustup.rs/
|
|
* Kickstart - https://crates.io/crates/kickstart
|
|
* Docker - https://github.com/docker/docker-ce
|
|
* Dockerbuild - https://crates.io/crates/dockerbuild
|
|
* Just - https://crates.io/crates/just
|
|
|
|
|
|
Usage:
|
|
|
|
Create new project:
|
|
```shell
|
|
$ kickstart https://git.hatter.ink/templates/alibabacloudfn-template.git
|
|
```
|
|
|
|
Build:
|
|
```shell
|
|
$ just buildfn
|
|
```
|
|
|