npm install xml2tssBuild an empty tss file from an Alloy view xml file
```
sudo npm install -g xml2tss
``
xml2tss [filename]
converted filed is returned to stdout (so you can build your own editor
plugin)
``
xml2tss row.xml > ../styles/row.tss
``
xml2tss row.xml | pbcopy
From this:
``
Generates this:
`
"#addBtn" : {
}
"#addWin" : {
}
"#cancelBtn" : {
}
"#itemField" : {
}
".again" : {
}
".button" : {
}
".container" : {
}
``