create-com-tb

template basic creater

Usage no npm install needed!

<script type="module">
  import createComTb from 'https://cdn.skypack.dev/create-com-tb';
</script>

README

create-com-tb

`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

LINCESE

ISC