{"id":20141500,"url":"https://github.com/michaelborn/spotlesscf","last_synced_at":"2026-03-19T14:05:43.128Z","repository":{"id":86836499,"uuid":"451492707","full_name":"michaelborn/spotlessCF","owner":"michaelborn","description":"Format source code in CFML using the Spotless java library","archived":false,"fork":false,"pushed_at":"2022-01-25T17:57:05.000Z","size":303,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T00:35:15.485Z","etag":null,"topics":["beautify","cfml","coldbox-modules","formatter","spotless"],"latest_commit_sha":null,"homepage":"https://michaelborn.github.io/spotlessCF/","language":"ColdFusion","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelborn.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":"2022-01-24T14:16:54.000Z","updated_at":"2022-11-16T14:08:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"55704939-ab18-4b64-99b5-e762e263952d","html_url":"https://github.com/michaelborn/spotlessCF","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelborn/spotlessCF","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FspotlessCF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FspotlessCF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FspotlessCF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FspotlessCF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelborn","download_url":"https://codeload.github.com/michaelborn/spotlessCF/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FspotlessCF/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28807080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T06:25:51.065Z","status":"ssl_error","status_checked_at":"2026-01-27T06:25:50.640Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["beautify","cfml","coldbox-modules","formatter","spotless"],"created_at":"2024-11-13T21:57:30.773Z","updated_at":"2026-01-27T07:02:57.955Z","avatar_url":"https://github.com/michaelborn.png","language":"ColdFusion","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpotlessCF\n\nA CFML wrapper for the \"Spotless\" java library which provides code formatting over many many languages.\n\n[![Release](https://github.com/michaelborn/spotlessCF/actions/workflows/release.yml/badge.svg)](https://github.com/michaelborn/spotlessCF/actions/workflows/release.yml)\n\nSee [Spotless on GitHub](https://github.com/diffplug/spotless) for more info.\n\n## Installation\n\n1. Install this module. `box install spotlessCF`\n2. Add the module's `lib/` directory to your application's `javaSettings.loadPaths`:\n\n```js\nthis.javaSettings.loadPaths = [\n    // ...\n    expandPath( \"/modules/spotlessCF/lib/spotless-lib-2.22.0/\" )\n];\n```\n\nRestart your app. The CF engine should \"pick up\" the spotless jar and load it into the application.\n\n## Configuration\n\nThere are two ways to configure spotlessCF module settings:\n\n1. Using a [`.env` file](#env-file-and-commandbox-dotenv)\n2. Using [Module Settings](#module-settings)\n\n### Env File and `commandbox-dotenv`\n\n```bash\n# settings go here\nSPOTLESS_SETTING=blabla\n```\n\n### Module Settings\n\nAdd the following to `config/ColdBox.cfc` and update as necessary:\n\n```js\nmoduleSettings = {\n    spotlessCF = {\n        // settings go here\n    }\n}\n```\n\n## API Docs\n\nThe spotlessCF class documentation is auto-generated via [DocBox](https://docbox.ortusbooks.com/) and hosted on Github Pages at [michaelborn.github.io/spotlessCF/](https://michaelborn.github.io/spotlessCF/)\n\n## Contributing\n\nI could use help with this!\n\n## Thanks\n\nSpecial thanks to the [Spotless library](https://github.com/diffplug/spotless). I could'na dunnit without ya. 😉","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fspotlesscf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelborn%2Fspotlesscf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fspotlesscf/lists"}