Skip to content

Repository files navigation

Deprecated

With the release of SpringRoll 2.0 this repository has been deprecated.

SpringRollTemplate

Default template for the SpringRoll Studio application.

Extending

You create your own Template based on the default template. Create springroll-template.json within your project (example below).

{
	// The human-readible name of the template
	"name" : "Custom Template",

	// A unique bundle id for the template
	"id" : "com.example.customtemplate",

	// The version of the template
	"version" : "1.0.0",

	// Tagged releases will get auto-updated
	// from Github if the username/repo is set
	"github": "username/CustomTemplate",

	// This is required to extend!
	"extend": "io.springroll.default"
}

About

Default template for the SpringRollStudio App

Resources

Stars

2 stars

Watchers

12 watching

Forks

Releases

Packages

Used by

Contributors

Languages