0.7.2 • Published 4 years ago
generator-sts-protemplate v0.7.2
sts-protemplate
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
How to use
- Install yeoman
- Run
npm install -g generator-sts-protemplate - Navigate to your local git repo
- Run
yo sts-protemplateand follow prompts
If you want to start at an absolutely blank slate, run yo sts-protemplate --empty and follow the prompts
Don't want to use yeoman? Try this:
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.javatoPascalModName.java
Future TODOs
- Include Intellij (and other?) files so debugging is available without additional setup
0.7.2
4 years ago
0.6.3
4 years ago
0.7.1
4 years ago
0.7.0
4 years ago
0.6.2
4 years ago
0.6.1
4 years ago
0.6.0
4 years ago
0.5.1
4 years ago
0.5.0
4 years ago
0.4.3
4 years ago
0.4.2
4 years ago
0.4.1
4 years ago
0.4.0
4 years ago
0.3.1
4 years ago
0.3.0
4 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.2
5 years ago