classname-converter
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i classname-converter

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

9.69 kB

Total Files

18

Last publish

Collaborators

  • hiro08