funcgo
v1.1.1
Published
Readme
funcgo
Standard tooling for func development.
Usage
Install with
pnpm add funcgo -Dsetup project suggestions:
funcgo setupapply setup suggestions:
funcgo setup --fixdevelopment:
funcgo dev -- <args>build cli project with Rolldown:
funcgo buildbuild cli project with the ncc compatibility bundler:
funcgo build-ncccontinuously build when TypeScript files change:
funcgo build --watchcontinuously build using custom paths or globs:
funcgo build --watch --watch-path 'src/**/*.ts' --watch-path config.json
Params
funcgo setup: [--fix]funcgo dev: [-f, 'entry file'] [--, 'command args']funcgo build: [-f, 'entry file'] [-o, 'output dir'] [-e, 'external package'] [--watch] [--watch-path, 'file, directory, or positive glob']funcgo build-ncc: supports the same parameters asfuncgo build
