This repo is for tracking the progress I make developing achievements for the RetroAchievements platform
You'll need to have Node.js installed to be able to build the project and run the commands.
Install dependencies:
npm install
Build the project:
npm run build
You'll need to create a .env
file in the location that you will run the commands and set the location of the RACache folder for the emulator you are using.
// .env file
RACACHE=/path/to/racache/folder
Check for changes against RACache:
npm run diff
Check for changes and save changes made in RACache:
npm run diff-save
Check @cruncheevos/cli for the complete usage docs.