Skip to content

HanMoeHtet/techo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Touch and echo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published