1.1.1 • Published 2 years ago

create-react-files-tsjscss v1.1.1

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

A CLI Tool for creating react components and css files(with given css extension).

Features

  1. Creates basic react components in TS and JS.
  2. Creates CSS Files with given extension(css, scss, css.ts) for the react component.

Installation

Clone the repository:
  • ssh git clone git@github.com:srikarpohar/create-react-files.git
  • https git clone https://github.com/srikarpohar/create-react-files.git
    Install the dependencies:
    npm i
    Install the package globally on your machine:
    npm i -g .

Usage

  • Use crf component --help for details about options on creating component.
1.1.1

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago