@han-moe-htet/techo

Techo: touch and echo. Genarate dynamic files from stubs.

Usage no npm install needed!

<script type="module">
  import hanMoeHtetTecho from 'https://cdn.skypack.dev/@han-moe-htet/techo';
</script>

README

Techo · GitHub license npm version

Touch and echo. Genarate dynamic files from stubs. Currently supports React only.

Get started

npm i -g @han-moe-htet/techo

Or install locally

npm i -D @han-moe-htet/techo

Generating a component file

techo make:component Button

If you installed locally

npx techo make:component Button

Usage

Usage: techo [options] [command]

Options:
  -V, --version                    output the version number
  -h, --help                       display help for command

Commands:
  make:component [options] <name>  Create a new component
  make:page <name>                 Create a new page
  make:service <name>              Create a new service
  make:composable <name>           Create a new composable that contains related hooks, contexts, providers, HOCs
  make:icon [options] <name>       Create a new icon
  make:layout <name>               Create a new layout
  help [command]                   display help for command