create-buttonize v1.2.0
create-buttonize
Simple CLI for creating Buttonize example apps.
What is Buttonize
Buttonize enables you to build internals tools with AWS CDK.
Hook-up UI components directly to AWS Lambda functions. Just install Buttonize and deploy your CDK. That's it.
Usage
There's no need install this CLI. Just use it directly to create your projects.
With npx
npx create-buttonizeOr with npm 6+
npm init buttonizeOr with Yarn 0.25+
yarn create buttonizeOr with PNPM
pnpm create buttonizeThis will prompt you for a folder name and bootstrap the application in that directory.
Options
Pass in the following (optional) options.
--template
Instead of the standard starter, you can choose from multiple examples.
npx create-buttonize --template=examples/discount-code-generator--api-key
API Key to be pre-filled in the project.
npx create-buttonize --api-key=btnz_mybuttonizekey1234567Arguments
<destination>
Specify a project name, instead of typing it into the interactive prompt.
npx create-buttonize my-buttonize-appButtonize Docs
Learn more at docs.buttonize.io
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago