{"id":15551717,"url":"https://github.com/gwaredd/glu","last_synced_at":"2025-07-26T07:11:05.879Z","repository":{"id":44135610,"uuid":"511966269","full_name":"gwaredd/glu","owner":"gwaredd","description":"Personal bootstrap code, not really intended for public consumption ","archived":false,"fork":false,"pushed_at":"2024-12-31T17:18:33.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T01:47:06.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gwaredd.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-07-08T16:55:03.000Z","updated_at":"2024-12-31T17:18:36.000Z","dependencies_parsed_at":"2025-02-03T11:47:22.057Z","dependency_job_id":"0af31f6d-0201-4ed7-8bd8-94438e9a30c1","html_url":"https://github.com/gwaredd/glu","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"7039446d6e998cfd32ea0746f5e534fe9cbdbc32"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gwaredd/glu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwaredd%2Fglu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwaredd%2Fglu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwaredd%2Fglu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwaredd%2Fglu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwaredd","download_url":"https://codeload.github.com/gwaredd/glu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwaredd%2Fglu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267133958,"owners_count":24040789,"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-07-26T02:00:08.937Z","response_time":62,"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":[],"created_at":"2024-10-02T14:06:41.304Z","updated_at":"2025-07-26T07:11:05.822Z","avatar_url":"https://github.com/gwaredd.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# glu\r\n\u003e Environment for glue scripts\r\n\r\n## Global Functions\r\n\r\n### Globals\r\n\r\n*Utils*\r\n\r\n    die\r\n    sleep\r\n\r\n*Logging*\r\n\r\n    print\r\n    warn\r\n    error\r\n    dump\r\n\r\n*Global Libraries*\r\n\r\n    _\r\n    fs-extra as fs\r\n    path\r\n    chalk\r\n    glob\r\n    moment\r\n    yaml (custom)\r\n    json (custom)\r\n\r\n### Logging\r\n\r\n    log.info\r\n    log.warn\r\n    log.error\r\n    log.fatal\r\n\r\n    log.debug       verbose output\r\n    log.http\r\n    log.file\r\n\r\n    log.ok          success (green)\r\n    log.alert       notice or banner (yellow)\r\n\r\n\r\n## Imported Libraries\r\n\r\n* [axios](https://axios-http.com/) - promise based HTTP client\r\n* [chalk@4.1.2](https://github.com/chalk/chalk) - terminal string styling\r\n* [commander](https://github.com/tj/commander.js) - command line args\r\n* [crypto-js](https://github.com/brix/crypto-js) - hashing\r\n* [fs-extra](https://github.com/jprichardson/node-fs-extra) extra fs utils\r\n* [glob](https://github.com/isaacs/node-glob) file globbing\r\n* [js-yaml](https://github.com/nodeca/js-yaml) - yaml support\r\n* [lodash](https://lodash.com/) - functional programming\r\n* [moment](https://momentjs.com/docs/) - date and time\r\n* [winston](https://github.com/winstonjs/winston) - logging library (uses [logform](https://github.com/winstonjs/logform) for formatting and loggingunder the hood)\r\n\r\n\r\n# References\r\n\r\n\r\n## Not Installed Libraries\r\n\r\n* [mocha](https://mochajs.org/) - unit testing\r\n* [chai](http://www.chaijs.com/) - assertion library\r\n* [chancejs](https://github.com/chancejs/chancejs) - generating random test data\r\n* [cheerio](https://github.com/cheeriojs/cheerio) - html scraping\r\n* [voca](https://vocajs.com/) - for when string.format isn't quite enough\r\n* [d3](https://github.com/d3/d3)\r\n* [pug](https://github.com/pugjs/pug) - templating\r\n\r\n## Runtimes\r\n\r\n* [PhantomJS](http://phantomjs.org/) - headless browser (testing/automation)\r\n* [Electron](https://electronjs.org/) - node based desktop app 'container'\r\n* Puppeteer\r\n\r\n## Tools\r\n\r\n* [ngrok](https://ngrok.com/) - for testing webhook callbacks (reverse proxy/tunnel?)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwaredd%2Fglu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwaredd%2Fglu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwaredd%2Fglu/lists"}