JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q41739F
  • License MIT

CLI for simplifying PICO-8 game development in JavaScript

Package Exports

  • @jspicl/cli/types

Readme

@jspicl/cli

A command-line tool that simplifies PICO-8 game development in JavaScript.

Features:

  • Built-in build pipeline powered by esbuild
  • JavaScript to PICO-8 Lua transpilation via @jspicl/core
  • Tree-shaking to minimize token count
  • PNG spritesheet support - use your favorite image editor
  • Live reloading with watch mode

Visit jspicl.github.io for detailed documentation.