`create-com-tb` is basic template creater for your common part of your website ,
like header 、footer and so on . When you develop these parts , you may have some
templates to handle , I offer you ejs template for you .
For more infomation , See (here)[https://github.com/liuding-Jason/tb-cli]
how to use
npm install -g create-com-tb
create-com-tb my-app
cd my-app
cp ./config.js.dist ./config/config.js
npm install
npm run start