@beezwax/create-bzbond-app
v1.0.16
Published
Executable to create a bzbond app
Keywords
Readme
create-bzbond-app
Introduction
create-bzbond-app is the best way to create new bzBond projects. It requires node/npm and git.
Usage
Create an all-in-one bzBond project
npx -y @beezwax/create-bzbond-app <app-name>
// e.g
npx -y @beezwax/create-bzbond-app my-aio-appCreate a web-only bzBond project
npx -y @beezwax/create-bzbond-app <app-name> --web-only
// e.g
npx -y @beezwax/create-bzbond-app my-web-only-app --web-onlyCreate a claris-only bzBond project
npx -y @beezwax/create-bzbond-app <app-name> --claris-only
// e.g
npx -y @beezwax/create-bzbond-app my-claris-only-app --claris-only