Skip to content

handoo/react-templater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-templater

author HANDOO

react-templater is a tool that helps you create convenient components.
Enter a simple command line to create the component structure as shown below.

components
├── header
│   ├── index.js
│   ├── Header.jsx
│   └── header.css
└── footer
    ├── index.js
    ├── Footer.jsx
    └── footer.css
  1. hwo to install
  2. how to use
  3. options
  4. license
  5. feature
  6. coffee

Install

install with npm

$ npm install -g @handoo/react-templater

install with yarn

$ yarn add -g @handoo/react-templater

Using

$ hrt [options] <componentNames>
Project $ cd ./componentDirectory
componentDirectory $ hrt header footer [...componentName]

Option

Name Options description
Version -v, --version version
Help -h, --help help
Typescript -t, --typescript using typescript
Sass -s, --sass using sass
Function component -f, --function using function component

License

ISC

Feature

  • User Custom Template

COFFEE

Buy Me A Coffee

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published