1.0.2 • Published 10 months ago

find-classname-plugin v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

find-classname-plugin

A Babel Plugin that finds classnames what you want and console them information.

Installation

# use npm
$ npm i find-classname-plugin

# use yarn
$ yarn add find-classname-plugin

Usage

  1. use npm i or yarn install command to install all dependencies.
  2. configure your babel in your project that mean babel.config.js.
  3. specify your babel plugin as find-classname-plugin.
  4. happy hacking.