Skip to content

toolywin/hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Tool Hub by Everyone for All

This repository hosts a collection of useful online tools, live on https://tooly.win/hub/

Contributing

Everyone may open a pull request to contribute any useful tool at somewhere. The tools could be made by you or someone.

Read GitHub Docs for Creating a pull request

Requirements

Currently we only need you to open a pull request for 1 JSON file. Just a few parameters to remember:

// slug-name-of-tool.json
// OR some-name.url.json
{
	"name": "Name of tool",
	"desc": "Description of tool",
	"url": "https://some-name.url/some/where/",
	"tags": [
		"Any tag"
	],
	"maintainers": [
		"toolywin" // GitHub username
	],
	"date_added": "2023-01-05" // optional, format: Y-MM-d
}

About

Hub for all external tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published