https://github.com/fromdev/tools
Fromdev Tools Website
https://github.com/fromdev/tools
css css3 developer-tools development escape freelancer generator html javascript online programmer-tool programming tools toolset utility web
Last synced: 3 days ago
JSON representation
Fromdev Tools Website
- Host: GitHub
- URL: https://github.com/fromdev/tools
- Owner: fromdev
- License: apache-2.0
- Created: 2016-11-06T20:52:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-25T17:43:40.000Z (9 months ago)
- Last Synced: 2025-05-25T18:33:05.023Z (9 months ago)
- Topics: css, css3, developer-tools, development, escape, freelancer, generator, html, javascript, online, programmer-tool, programming, tools, toolset, utility, web
- Language: HTML
- Homepage: http://tools.fromdev.com/
- Size: 48.2 MB
- Stars: 65
- Watchers: 5
- Forks: 47
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Developer Tools
Free Developer Tools Developed by Fromdev https://tools.fromdev.com/
This is open source collection of developer tools that can be run on browser. The vision is to have a online tools website where all small tools can be present for developers or freelancers. Most of these tools are developed in JavaScript since we want them to run directly inside the browser.
I have worked as freelancer for long time and have used many websites for different kind of tools. This project brings best of all tools at one place for free.
The tools can be really small and handy and should help automate repeated work.
# How I Keep It Free and Open Source
I have two key things that keep me motivated and help these tool running.
1. These tools are deveoped using JavaScript. So No server cost. As long as github allows me to host the website for free.
2. I use these tools everyday so they save me a lot of time.
# How To Contribute As Developer
1. Fork the repo and add a new tool in home directory with a good name.
2. Test it on all possible browsers - inlcuding chrome, firefox, safari and IE.
3. Raise a Pull Request to merge it into master.
# How To Test Your Changes
1. We use [Jasmine](https://jasmine.github.io/) for doing unit testing on any Javascript functions and utilities.
2. Add test cases in project for every new code in JavaScript.
3. Run [SpecRunner.html](https://tools.fromdev.com/test/SpecRunner.html) to see your tests passing.
4. Add a new Spec file in test/spec folder for any new JavaScript file you contribute.
# How To Contribute As a User
1. Send us feedback using email on sachin [at] fromdev [dot] com
2. Found a bug on a tool? Report an issue here - https://github.com/fromdev/tools/issues [requires github account] or email us on above mentioned email address.
3. Suggest a new tool. You can email us any new tool idea that may fit here.