
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
create-rcade
Advanced tools
Scaffold a new RCade game in seconds.
npm create rcade@latest
That's it! Follow the prompts and you'll have a fully configured game project ready to deploy to the RCade arcade cabinet.
Running create-rcade sets up:
rcade.manifest.json with your game metadata? Enter game identifier (e.g. my-game): space-blaster
? Enter display name: Space Blaster
? Enter game description: An epic space shooter
? Game visibility: Public (Everyone can play!)
? Versioning: Automatic (version is incremented every push)
? Starting template: Vanilla (JavaScript)
? Package manager: npm
| Option | Who Can Play |
|---|---|
| Public | Everyone |
| Internal | Recursers and people at the Hub |
| Private | Only you (great for development) |
| Template | Tech Stack | Best For |
|---|---|---|
| Vanilla JS | Vite + JavaScript | Quick prototypes |
| Vanilla TS | Vite + TypeScript | Type-safe development |
| Vanilla Rust | Trunk + WASM | Performance-critical games |
cd my-game
npm run dev # Start local dev server
When you're ready to deploy:
git remote add origin git@github.com:you/my-game.git
git push -u origin main
GitHub Actions automatically builds and deploys your game to RCade!
This package is a thin wrapper around the rcade CLI package.
bun run build
FAQs
A CLI tool to generate a new rcade project
The npm package create-rcade receives a total of 6 weekly downloads. As such, create-rcade popularity was classified as not popular.
We found that create-rcade demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.