No description
Find a file
2020-12-07 23:05:19 -05:00
contracts Tidy project 2020-12-07 22:57:06 -05:00
lyrics Tidy project 2020-12-07 22:57:06 -05:00
music Tidy project 2020-12-07 22:57:06 -05:00
rockstar@6d768a40e2 running rockstar on input 2020-12-06 15:26:29 -05:00
.gitignore Tidy project 2020-12-07 22:57:06 -05:00
.gitmodules running rockstar on input 2020-12-06 15:26:29 -05:00
package-lock.json Tidy project 2020-12-07 22:57:06 -05:00
package.json Nodemon config 2020-12-07 23:05:19 -05:00
README.md Tidy project 2020-12-07 22:57:06 -05:00
start.js Tidy project 2020-12-07 22:57:06 -05:00

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

npm install

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.