Skip to content

How to create a blueprint

Kavya Sukumar edited this page Jul 30, 2015 · 4 revisions

A blueprint is a parameterized project template stored in a git repository.

Required files

For Autotune to recognize a repo as a blueprint, it must contain the following files in addition to its own code

File Name Purpose
[[ autotune-config.json File-info:-autotune-config.json]]
[[ autotune-build File-info:-autotune-build]]
embed.txt This is not necessarily a file. The url path \embed.txt on your project should return the embed code for the blueprint. We recommend using [[Pym.js

Tutorial

Follow this step-by-step guide to create your first blueprint.

Examples

Check out the list of blueprints.

Supported languages

Autotune, in its current version, supports blueprints written in ruby.

Python and NodeJs blueprint support are on the backlog.