Daily Archives: June 1, 2017

Developing a Tsugi Tool (New Videos)

I use the attendance tool as my “basic” Tsugi tool. I recorded five videos showing how this tool works and showing how you can write a tsugi tool several ways:

– A single PHP file with the controller and view
– A Silex+Twig application
– A JQuery + Handlebars application
– A single page application using JSON and tmpljs

https://www.tsugi.org/lessons/devintro

The code is in github:

https://github.com/tsugitools/attend

Each of the variations is in a different permanent branch – cool to be able to switch implementations with a

git checkout handlebars