classname-converter
v1.1.0
Published
`classname-converter` is a CLI tool for class to className converter for jsx.
Downloads
9
Readme
classname-converter
classname-converter is a CLI tool for class to className converter for jsx.
Installation
$ npm install -g classname-converterUsage
This will help you when you migrate to React from another library.
$ classname-converter index.tsx
or
$ classname-converter ./folderbefore:
<div class="app">App</div>after
<div className="app">App</div>License
MIT License.© hiro08gh
