# yut-cli
Constructor tools for yut framework.   
---------   
Usage: index [options] [command]   

Constructor tools of [yut framework].   

Options:   
  -v, --version    output the version number   
  -h, --help       output usage information   

Commands:   
  create|c <name>  Create template app by yut framework.   

Example:   
  Create a default app project source code by yut framework.   
    [by command]: $yut-cli newsimple myapp   
    [or command]: $yut-cli ns myapp   
  Create a default app project source code by yut bootstrap template.
    [by command]: $yut-cli newbootstrap myapp
    [or command]: $yut-cli nb myapp