{"id":13911257,"url":"https://github.com/mfcar/TextTools","last_synced_at":"2025-07-18T11:30:31.965Z","repository":{"id":45077333,"uuid":"314711003","full_name":"mfcar/TextTools","owner":"mfcar","description":"Tools for your text","archived":false,"fork":false,"pushed_at":"2024-02-18T21:38:38.000Z","size":1659,"stargazers_count":5,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-25T20:39:30.615Z","etag":null,"topics":["angular","converter","crypto","formatter","javascript","json","lodash","material-design","text","tool","typescript"],"latest_commit_sha":null,"homepage":"https://mfcar.github.io/TextTools/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mfcar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-21T01:45:45.000Z","updated_at":"2023-12-05T06:35:29.000Z","dependencies_parsed_at":"2024-11-25T22:48:08.390Z","dependency_job_id":null,"html_url":"https://github.com/mfcar/TextTools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mfcar/TextTools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcar%2FTextTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcar%2FTextTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcar%2FTextTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcar%2FTextTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfcar","download_url":"https://codeload.github.com/mfcar/TextTools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcar%2FTextTools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265750871,"owners_count":23822675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","converter","crypto","formatter","javascript","json","lodash","material-design","text","tool","typescript"],"created_at":"2024-08-07T00:02:03.837Z","updated_at":"2025-07-18T11:30:31.951Z","avatar_url":"https://github.com/mfcar.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003eText Tools\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/images/TextToolsExample.png\" alt=\"Text Tools Example\"\u003e\n  \u003cbr\u003e\n  \u003ci\u003eUseful tools to manage your strings quickly.\u003c/i\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://mfcar.github.io/TextTools/\"\u003e\u003cstrong\u003ehttps://mfcar.github.io/TextTools/\u003c/strong\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/mfcar/TextTools/issues\"\u003eSubmit an Issue\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.com/mfcar/TextTools\"\u003e\n    \u003cimg src=\"https://travis-ci.com/mfcar/TextTools.svg?branch=main\" alt=\"Travis status\" /\u003e\n  \u003c/a\u003e\u0026nbsp;\n  \u003ca href=\"https://github.com/mfcar/TextTools/actions/workflows/main.yml\"\u003e\n    \u003cimg src=\"https://github.com/mfcar/TextTools/actions/workflows/main.yml/badge.svg\" alt=\"Push to GitHub Pages\" /\u003e\n  \u003c/a\u003e\u0026nbsp;\n  \u003ca href=\"https://sonarcloud.io/summary/new_code?id=mfcar_TextTools\"\u003e\n    \u003cimg src=\"https://sonarcloud.io/api/project_badges/measure?project=mfcar_TextTools\u0026metric=alert_status\" alt=\"Quality Gate Status\" /\u003e\n  \u003c/a\u003e\u0026nbsp;\n  \u003ca href=\"https://github.com/mfcar/TextTools/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003chr\u003e\n\n## Contributing\n\nTo add your scripts\n\n1. Clone this project.\n2. Run `npm install` to install the Node.js dependencies.\n3. Run `ng g s scripts/\u003cyour script name\u003e`.\n4. Open the generated service file in your editor, add implements IScript and\n   implement `transform(text: string, parameters?: any[]): string {}` method.\n5. Edit `shared/scriptsList.ts` and add your script properties.\n\n## Thanks\n\nThanks to [Angular](https://angular.io/), [Lodash](https://lodash.com/), [Boop](https://boop.okat.best/)\n, [CyberChef](https://gchq.github.io/CyberChef) and many other authors for providing the libs, references, knowledge for\nthis project happens.\n\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfcar%2FTextTools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfcar%2FTextTools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfcar%2FTextTools/lists"}