Techo ·
Touch and echo. Genarate dynamic files from stubs. Currently supports React only.
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: 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