Templates for use when creating osu! dependent projects. Create a fully-testable (and ready for git) custom ruleset in just two lines.
Usage
# install (or update) templates package.# this only needs to be done oncedotnetnewinstallppy.osu.Game.Templates# create an empty freeform rulesetdotnetnewruleset-nMyCoolRuleset# create an empty scrolling ruleset (which provides the basics for a scrolling ←↑→↓ ruleset)dotnetnewruleset-scrolling-nMyCoolRuleset# ..or start with a working sample freeform gamedotnetnewruleset-example-nMyCoolWorkingRuleset# ..or a working sample scrolling gamedotnetnewruleset-scrolling-example-nMyCoolWorkingRuleset