1.1.0 • Published 4 months ago

classname-converter v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 months ago

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.tsx

or 

$ classname-converter ./folder

before:

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

after

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

License

MIT License.© hiro08gh

1.1.0

4 months ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago