https://github.com/unix/func-service
Standard tooling for `func` development.
https://github.com/unix/func-service
Last synced: 3 months ago
JSON representation
Standard tooling for `func` development.
- Host: GitHub
- URL: https://github.com/unix/func-service
- Owner: unix
- License: mit
- Created: 2019-06-16T06:02:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T21:45:29.000Z (over 3 years ago)
- Last Synced: 2025-03-28T19:55:03.659Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## func-service
Standard tooling for [`func`](https://github.com/unix/func) development.
### Usage
- Install with `npm i func-service -D`
- development: `func-service dev`
- build cli project: `func-service build`
### Params
- `func-service dev`: [-f, 'entry file']
- `func-service build`: [-f, 'entry file'] [-o, 'output dir']
### LICENSE
[MIT](./LICENSE)