@bambr-io/create-js-playground
v1.0.0
Published
Scaffold a Bambr JS playground (Vite + vite-node, no HTML) and install deps automatically.
Downloads
190
Readme
@bambr-io/create-js-playground
Scaffold a Bambr JS playground (Vite + vite-node, no HTML) and install dependencies automatically.
Usage
npm create @bambr-io/js-playground my-app
# or
npx @bambr-io/create-js-playground my-appThis will:
- Clone the template repo (
bambr-io/js) intomy-appvia degit. - Run
npm installinside it automatically.
Then:
cd my-app
npm startConfiguration
The template source is the TEMPLATE constant in bin/index.js.
Set it to your real GitHub repo. It supports:
user/repouser/repo#branchuser/repo/subdir
