Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-buttonize

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-buttonize

Create Buttonize example app

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

Buttonize.io


Discord npm Build status

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-buttonize

Or with npm 6+

npm init buttonize

Or with Yarn 0.25+

yarn create buttonize

Or with PNPM

pnpm create buttonize

This 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_mybuttonizekey1234567

Arguments

<destination>

Specify a project name, instead of typing it into the interactive prompt.

npx create-buttonize my-buttonize-app

Buttonize Docs

Learn more at docs.buttonize.io


Join our community Discord | Twitter

Keywords

FAQs

Package last updated on 16 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc