Skip to content

williamespindola/mytoolkit

Repository files navigation

Which Tool Do I Use?

With Mytoolkit you can find which tool do you can use in your project or other.

Usage

Find by terms, what you need. Simply something like this: "javascript". Try it

Contributing

You can contributes whit a new idea, "dirtying the hands whit code" or including a new tool. Go to Issues for apply this.

To include a new tool or topic you should fork and send a Pull Request to tools.json file. Something like this:

new tool

{
    "name": "name of tool here",
    "link": "link to tool site project",
    "description": "short description",
    "meta": ["meta 1", "meta 2"]
}

History

I needed a location to storege and that can be easy to find which tool do I use in my project or other. So I thought this might be public for anyone store and find.

Credits

William Espindola

License

The MIT License (MIT)

Copyright (c) 2013 William Espindola

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.