npm.io
1.0.2 • Published 2 years ago

find-classname-plugin

Licence
MIT
Version
1.0.2
Deps
4
Size
3 kB
Vulns
0
Weekly
0

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.