mirror of
https://github.com/seigler/rockstar-playground
synced 2025-07-24 00:06:12 +00:00
No description
contracts | ||
lyrics | ||
rockstar@6d768a40e2 | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
package-lock.json | ||
package.json | ||
README.md | ||
start.js |
Rockstar Playground
Purpose
To make it easy to develop Rockstar solutions to Advent of Code style problems (with an input file and no interactivity).
Setup
git submodule init
cd rockstar
npm i
cd -
npm i
Usage
node start <trackname>
Rock source code named <trackname>.rock
will be used first from the lyrics
folder, or else from the contracts
folder (intended for un-poetic works in progress). File input is expected as <trackname>.txt
in the music
folder.
Development
npx nodemon start <trackname>
will re-run the program whenever it is altered.