#Ria-Generator
##Scaffold Support
##Add Your Project Scaffold
- You can add your project in the
template
folder. - **[important]**Add
ria-type
field in yourpackage.json
. The field is recognized as your project type, which can be use withsteel-cli
(steel init -t [type]) - If needed, you can rename your
taskfile.js
to_task-steel.js
, whichsteel-cli
can load. At the same time,createstellfile.js
and move the variables in yourtaskfile.js
tosteelfile.js
.
##Change Log
v0.0.5 11 May 2016
add steel-react
template.more info