create-func
v1.0.1
Published
Readme
create-func
Create a new func project from the func-template package.
npm init func@latestCreate a project without an interactive prompt:
npm init func@latest my-appRun the built CLI test against a real downloaded template in a temporary project:
pnpm test:cli