Jycraft / jycraft

Extend Minecraft servers with Python using Jython.
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Scaffold-driven bootstrapping tool #14

Open pauleveritt opened 8 years ago

pauleveritt commented 8 years ago

It's hard to get this stuff setup. We need to help our target audience. For example, have them download jycraft.jar then do:

$ java -jar jycraft.jar make_site

Let's investigate a jar that you download and run, which then gets all the software and lays it out on disk for you. We can write this tool in Python (Jython). When they download that bootstrapping tool, we can use the Jython inside that tool's jar for the Jycraft site we are making.

Even better, we could adopt CookieCutter to facilitate a community of scaffolds.