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

https://github.com/unix/cfunc


https://github.com/unix/cfunc

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## cfunc

Standard tooling for [`func`](https://github.com/wittbulter/func) development.


### Usage

**required npm version > 5.0**

1. create project: `npx cfunc init`

2. development: `npx cfunc dev`

3. build cli project: `nxp cfunc build`


### Params

- `cfunc init`: null.

- `cfunc dev`: [-f, 'entry file']

- `cfunc build`: [-f, 'entry file'] [-o, 'output dir']


### LICENSE
[MIT](./LICENSE)