create-glowbuzzer-app

1.1.1 • Public • Published

create-glowbuzzer-app

This is a simple npm module to scaffold a new Glowbuzzer React app using Vite.

The module performs the following steps when run:

  1. Prompts for your app name
  2. Creates a new directory with the name of the app
  3. Uses degit to copy files from glowbuzzer/gbr/template on Github
  4. Post-processes the files to update dependencies

Once the new app is created, you can run it with:

cd <app-name>
npm install
npm start

Readme

Keywords

none

Package Sidebar

Install

npm i create-glowbuzzer-app

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

9.18 kB

Total Files

7

Last publish

Collaborators

  • gb_dev