All-Convertors
All-Convertors copied to clipboard
An interface to provide utilities to convert html to either JSX or JADE and to convert css to pre-processors like LESS and STYLUS
Syntax Convertor
A UI that provides developers useful utilities to convert their CSS to the useful CSS pre-processor like (LESS or STYLUS) or to convert HTML to JSX or JADE. Demo
Motivation
The intent is to create a one stop UI to do syntax conversion of the Front-End code for the developers. As of today developers have to search for different places to convert their CSS, HTML or JS code to the different syntax or they have to install local CLI tools to do the conversion. All-Convertors is the project they can run locally or can go to Github Hosted URL to do the necessary conversions they like.
Work in progress
- Other css pre-processors like SASS and SCSS.
- JS to coffee script.
- ES(next) to ES5 conversions.
- Fix sloppy CSS editor when the file size grows to 1000 lines.
- Add copy to clipboard feature.
- Write necessary Unit Test Cases.
Installation and Development
npm install
npm run start
Contribution
Submit a PR for your contribution
License
MIT