Yeoman generator for starting up new Slay the Spire mods. Based on the template made by DarkVexon
Note: If you're new to modding Slay the Spire, don't use this. Instead, follow the guide here
- Install yeoman
- Run
npm install -g generator-sts-protemplate
- Navigate to your local git repo
- Run
yo sts-protemplate
and follow prompts
If you want to start at an absolutely blank slate, run yo sts-protemplate --empty
and follow the prompts
Download the .zip of this branch
Replace all:
<%= modIdPascal %>
with your mod name in PascalCase<%= modIdCamel %>
with your mod name in camelCase<%= modIdLower %>
with your mod name in lowercase<%= modIdSpaces %>
with your mod name With Spaces<%= steamPath %>
with your steam path (e.g. C:\Program Files (x86)\Steam\steamapps)- Change the folder name from
src\main\java\theTodo\
tosrc\main\java\camelCaseModName
- Change the name of
TodoMod.java
toPascalModName.java
- Include Intellij (and other?) files so debugging is available without additional setup