https://github.com/unix/cfunc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unix/cfunc
- Owner: unix
- License: mit
- Created: 2019-06-14T11:35:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T02:47:28.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T19:55:03.195Z (3 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)