IndigoUnited / automaton

Task automation tool built in JavaScript
http://indigounited.com/automaton
MIT License
214 stars 10 forks source link

Ability to specify placeholders with dot notation #27

Closed satazor closed 11 years ago

satazor commented 11 years ago

It would be useful in cases that an option is an object:

options {
  foo: {
    bar: 'awesome'
  }
}

{{foo.bar}} would be awesome!