/classname-converter

class to className converter for jsx :zap:

Primary LanguageJavaScriptMIT LicenseMIT

classname-converter

classname-converter is a CLI tool for class to className converter for jsx.

Installation

$ npm install -g classname-converter

Usage

This will help you when you migrate to React from another library.

$ classname-converter index.js

before:

<div class="app">App</div>

after

<div className="app">App</div>

TODO

  • Folder Support

License

MIT License.© hiro08gh