An open API service indexing awesome lists of open source software.

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.

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)