1.0.1 • Published 3 years ago

@handoo/react-templater v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

NameOptionsdescription
Version-v, --versionversion
Help-h, --helphelp
Typescript-t, --typescriptusing typescript
Sass-s, --sassusing sass
Function component-f, --functionusing function component

License

ISC

Feature

  • User Custom Template

COFFEE

1.0.1

3 years ago

1.0.0

3 years ago