0.7.2 • Published 2 years ago

generator-sts-protemplate v0.7.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

  1. Install yeoman
  2. Run npm install -g generator-sts-protemplate
  3. Navigate to your local git repo
  4. 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

Don't want to use yeoman? Try this:

Download the .zip of this branch

Replace all:

  1. <%= modIdPascal %> with your mod name in PascalCase
  2. <%= modIdCamel %> with your mod name in camelCase
  3. <%= modIdLower %> with your mod name in lowercase
  4. <%= modIdSpaces %> with your mod name With Spaces
  5. <%= steamPath %> with your steam path (e.g. C:\Program Files (x86)\Steam\steamapps)
  6. Change the folder name from src\main\java\theTodo\ to src\main\java\camelCaseModName
  7. Change the name of TodoMod.java to PascalModName.java

Future TODOs

  • Include Intellij (and other?) files so debugging is available without additional setup
0.7.2

2 years ago

0.6.3

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago