{"id":16213787,"url":"https://github.com/akrck02/gtd-lib","last_synced_at":"2025-08-23T14:31:15.442Z","repository":{"id":42444247,"uuid":"330657082","full_name":"akrck02/gtd-lib","owner":"akrck02","description":"Clean code support library for typescript.","archived":true,"fork":false,"pushed_at":"2025-01-02T17:52:39.000Z","size":2874,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"latest","last_synced_at":"2025-08-16T06:54:40.052Z","etag":null,"topics":["javascript","library","toolkit","typescript"],"latest_commit_sha":null,"homepage":"","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/akrck02.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"akrck02"}},"created_at":"2021-01-18T12:19:53.000Z","updated_at":"2025-01-02T17:52:49.000Z","dependencies_parsed_at":"2024-10-27T20:29:38.725Z","dependency_job_id":"0ec9c551-6f56-4ebc-9814-471bd43295e0","html_url":"https://github.com/akrck02/gtd-lib","commit_stats":null,"previous_names":["akrck02/gtd-lib"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/akrck02/gtd-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrck02%2Fgtd-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrck02%2Fgtd-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrck02%2Fgtd-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrck02%2Fgtd-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akrck02","download_url":"https://codeload.github.com/akrck02/gtd-lib/tar.gz/refs/heads/latest","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akrck02%2Fgtd-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271752099,"owners_count":24814744,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["javascript","library","toolkit","typescript"],"created_at":"2024-10-10T11:08:28.095Z","updated_at":"2025-08-23T14:31:14.714Z","avatar_url":"https://github.com/akrck02.png","language":"TypeScript","funding_links":["https://patreon.com/akrck02"],"categories":[],"sub_categories":[],"readme":"# GTD Library - Getting things done.\nEasy code :)\n\n\u003e This is a typescript library with code snipets that let you develop software faster. \n\u003e *Getting things done is our philosophy. Allowing developers to keep code clean and mantainable.*\n\n\n# ⚠️ Warning, this project is currently moved!!⚠️\n\n```\nWe moved all the functionalities of GTD library to GTD Framework,\nI you really want to use this libraries for your projects ypu can:\n\n- Download the latest version of GTD Framework and get the library.\n- Download the latest version of GTD Framework and use it for your project.\n```\n\n\n\n\n## Supported languages\n\n- Typescript - This is the main language we develop in.\n- Javascript - compile the typescript to get this.\n \n\n## How to use\n\nJust import the library files.\n\u003e Typescript  \u003e\u003e GTD-v1.0.zip\n\n\n\n## Modular, Simple.\n\nKeep it simple. We serve you the global versions of GTD with all modules inside.\nBut, you can bundle only the modules you need.\n\n\n\n### Typescript / Javascript steps\n\n\u003e 1.  Go to **app.ts**\n\u003e 2.  Add / Remove modules from **MODULE_DEPENDENCIES**\n\n\n\n```typescript\nimport * as myComponent from './my/url';\n\n\nconst MODULE_DEPENDENCIES = { \n    myComponent : myComponent,\n}\n```\n\n\n\n## Typescript / Javascript modules\n\n- Color \t\t\t\t\t\t| Color management\n- Http                           | Http request handle \n- EasyFetch                 | Easy  async http calls based on fetchAPI\n- Datetools                  | Date management tools\n- Numeric                    | Numeric operations \n- URLtools                   | URL handle tools\n- Materialcolors         | Material colors\n- Materialicons           | Material icons\n- Timetools                 | Runtime time / asyncronous handle\n- Rexep                        | Regular expressions\n- Responsivetools      | Web / display responsive tools\n- UIcomponent           | Web UI component creation \n\n\n\n## Compile Typescript\n\nRun the following command. This will clone the current project state.\n\n```bash\ngit clone https://github.com/akrck02/GTD-LIB-TS/ --branch latest\n```\n\n\n\nInstall nodejs and npm from here\n\n\u003e  https://nodejs.org/en/download/\n\n\n\nThen install dependencies **YOU MUST HAVE NODE \u0026 NPM INSTALLED**\n\n```bash\ncd ./GTD-LIB-TS \u0026\u0026 npm install\n```\n\n\n\nThen use the typescript compiler\n\n```bash\nnpm run compile\n```\n\n\n\n¡You have the typescript code compiled! Let's bundle it running: \n\n```bash\nnpm run dist\n```\n\n\n\n**GOOD TO GO! ENJOY DEVELOPING!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakrck02%2Fgtd-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakrck02%2Fgtd-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakrck02%2Fgtd-lib/lists"}