Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
👾 PICO-8 dependency manager
Import lua/moonscript modules, spritesheets, and automatically reload your carts as you code.
require()
to use modules in your own cartsYou can grab the executable for your platform from releases page →
- On macOS or linux, you may want to copy the executable into /usr/bin
.
- On windows, you may want to add the executable to your PATH.
Or you can use good old npm
npm i -g p8
You can be up-and-running in a few quick steps.
Create and/or adds basic fields to p8.json.
p8 init
Add .lua, .moon, .png, .jpg, or .gif files.
p8 add [file|url...]
Use the --watch
flag to automatically reload whenever the entry-point is saved. This command will automatically install and build if you haven't already.
p8 run
Usage: p8 <command> [options]
Commands:
p8 add [file|url...] add modules as "dependencies" or "gfxDependencies" in p8.json.
p8 build outputs a cart (.p8 file)
p8 init initialize the project
p8 install install dependencies listed in p8.json to ./pico_modules
p8 run runs a .p8 cartridge (PICO-8 switches can be passed after a trailing --)
Options:
--version Show version number
--help Show help
If you want a detailed walkthrough, read Getting Started with p8 →.
If you want more examples, check out the examples →
FAQs
👾 PICO-8 dependency manager
The npm package p8 receives a total of 15 weekly downloads. As such, p8 popularity was classified as not popular.
We found that p8 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.