Sha256: 40847d04b627ac587e6bf8749d43817cd662ab283b3369d4461e2fe3fb7e74fa
Contents?: true
Size: 507 Bytes
Versions: 72
Compression:
Stored size: 507 Bytes
Contents
# <%= @function_name %> One Paragraph of function description goes here. ## Getting started ### Prerequisites * [FaaStRuby](https://faastruby.io) version <%= FaaStRuby::VERSION %> or higher. ``` # To install ~$ gem install faastruby # To update ~$ gem update faastruby ``` ### How to deploy this function ``` ~$ cd FUNCTION_FOLDER ~/FUNCTION_FOLDER$ faastruby deploy-to WORKSPACE_NAME ``` ### How to use this function as a template ``` ~$ faastruby new FUNCTION_NAME --template github:user/repository ```
Version data entries
72 entries across 33 versions & 1 rubygems