Git Product home page Git Product logo

sts-protemplate's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.