Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiro08gh/classname-converter

class to className converter for jsx :zap:
https://github.com/hiro08gh/classname-converter

jsx npm react

Last synced: 11 days ago
JSON representation

class to className converter for jsx :zap:

Awesome Lists containing this project

README

        

# 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:

```javascript

App

```

after

```javascript

App

```

## License

MIT License.© [hiro08gh](https://github.com/hiro08gh)