Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 776 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 776 Bytes

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"
}