1.0.2 • Published 4 years ago

scafer v1.0.2

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

scafer

scafer cli tool to generate component's boilerplate. Basically it will take component name and generate folders and respective files.

Usage

Run following script to generate boilerplate for React component.

scafer Avatar --dir src/components --typescript

options

  • first argument will be component name
  • --dir default it will create files at root directory if you specified --dir name then it will create files at specific directory.
  • --typescript it will generate .ts/.tsx files