JSPM

bwplay-cli

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q27932F
  • License GPL-3.0-or-later

Tools for creating simple browser games

Package Exports

  • bwplay-cli
  • bwplay-cli/main.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bwplay-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bwplay-cli

npm version license github pages workflow

bwplay-cli is a set of tools for building javascript-based games. The tooling is designed to be minimal and flexible.

Check out the documentation for a full run-down of the features of this project.

Features

Quick-Start

The quickest, smallest possible project can be set up as follows:

npm i bwplay-cli
npm exec -- bwplay-cli new
echo 'console.log("Hello, World!")' > main.js
npm exec -- bwplay-cli serve

See the documentation's getting started guide for a more practical introduction to the tooling.

Projects Using bwplay-cli