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
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.
- 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.
npm install
npm run start
Submit a PR for your contribution
MIT