devtools
devtools copied to clipboard
A set of simple tools every developer needs, collected in one application.
DevTools 
This repository is not maintained anymore, after long time I wanted to even run the development server it didn't work, tried to update the packages it also broke.
A web application built with Emberjs aims to collect all handy scripts developers need everyday in one place such as (json encoder/decoder, json prettify, Markdown preview, uuid generator, md5 encryptor, image crop tool..etc).
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone <repository-url>this repository- change into the new directory
npm installbower install
Running / Development
ember server- Visit your app at http://localhost:3000.
Building
ember build(development)ember build --environment production(production)
Contribution
- Fork Devtools
- Create a new branch with the tool name.
- add single route to your script and code it in one route/template.
- commit and push it then send me a pull request.
Tools Development tutorial
You can find a step by step tutorial in repository Wiki
Tools Requests
- suggestions to enhance and add more tools to this repository is most welcome, please open an issue with the tool proposal to this repository.