infinyon / infinyon/fluvio-smartmodule-template
Integrate template generator into `fluvio`
@morenol is already working on this.
Since Apr 8, 2022.
- Dominant language
- Rust
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I keep forgetting our template generator link, and it would be useful to have it integrated inside `fluvio`.
Something similar to what netlify does:
```
% netlify functions -h
Manage netlify functions
USAGE
$ netlify functions [options]
OPTIONS
-h, --help display help for command
--debug Print debugging information
--httpProxy [address] Proxy server address to route requests through.
--httpProxyCertificateFilename [file] Certificate file to use when connecting using a proxy server
DESCRIPTION
The `functions` command will help you manage the functions in this site
ALIASES
$ netlify function
EXAMPLES
$ netlify functions:create --name function-xyz
$ netlify functions:build --name function-abc --timeout 30s
COMMANDS
$ functions:build Build functions locally
$ functions:create Create a new function locally
$ functions:invoke Trigger a function while in netlify dev with simulated data, good for
testing function calls including Netlify's Event Triggered Functions
$ functions:list List functions that exist locally
$ functions:serve (Beta) Serve functions locally
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.