Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/hiro08gh/classname-converter
- Owner: hiro08gh
- License: mit
- Created: 2020-06-19T13:29:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T16:27:45.000Z (26 days ago)
- Last Synced: 2024-12-17T08:58:44.421Z (11 days ago)
- Topics: jsx, npm, react
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/classname-converter
- Size: 126 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.tsxor
$ classname-converter ./folder
```before:
```javascript
App
```after
```javascript
App
```## License
MIT License.© [hiro08gh](https://github.com/hiro08gh)