@han-moe-htet/techo
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

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

Package Sidebar

Install

npm i @han-moe-htet/techo

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

16.2 kB

Total Files

14

Last publish

Collaborators

  • han-moe-htet