Skip to content

CyclopsMC/generator-cyclops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-cyclops

This is a simple Cyclops mod template generator.

Requirements

Usage

Run npm link in this directory for installing this generator. Running yo cyclops:mod will create a new mod directory based on the answers you provide to the questions.

You will need to fill in the following things when using this template:

  • Update secret keys and repo locations in .travis.yml
  • Encrypt keystore file in .travis.yml

If using travis, you will need to enter the following secrets in your build settings:

  • CURSEFORGE_KEY_SECRET: Your curseforge key for automatic release publishing when a new tag is pushed
  • MAVEN_URL: (Optional), for automatic dev build publishing
  • MAVEN_USERNAME: (Optional), maven username for the dev build publishing
  • MAVEN_KEY: (Optional), maven password for the dev build publishing
  • SIGN_KEYSTORE: Keystore file
  • SIGN_ALIAS: Keystore alias
  • SIGN_STOREPASS: Keystore pass
  • SIGN_KEYPASS: Key pass

Branching Strategy

For every major Minecraft version, two branches exist:

  • master-{mc_version}: Latest (potentially unstable) development.
  • release-{mc_version}: Latest stable release for that Minecraft version. This is also tagged with all mod releases.

License

All code and images are licenced under the MIT License

About

A simple Cyclops mod template generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published