{"id":27721312,"url":"https://github.com/idleberg/node-dent-cli","last_synced_at":"2026-05-23T19:01:16.778Z","repository":{"id":170333167,"uuid":"644107006","full_name":"idleberg/node-dent-cli","owner":"idleberg","description":"An opinionated code formatter for NSIS scripts","archived":false,"fork":false,"pushed_at":"2026-05-17T07:02:37.000Z","size":646,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-17T08:40:39.634Z","etag":null,"topics":["code-beautifier","code-formatter","nsis","nsis-formatter"],"latest_commit_sha":null,"homepage":"https://www.npmjs.org/package/@nsis/dent-cli","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/idleberg.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-22T20:41:18.000Z","updated_at":"2026-05-17T06:38:22.000Z","dependencies_parsed_at":"2024-05-06T20:26:01.489Z","dependency_job_id":null,"html_url":"https://github.com/idleberg/node-dent-cli","commit_stats":null,"previous_names":["idleberg/node-dent-cli"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/idleberg/node-dent-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fnode-dent-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fnode-dent-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fnode-dent-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fnode-dent-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idleberg","download_url":"https://codeload.github.com/idleberg/node-dent-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fnode-dent-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33132890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T06:27:06.342Z","status":"ssl_error","status_checked_at":"2026-05-17T06:26:59.432Z","response_time":107,"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":["code-beautifier","code-formatter","nsis","nsis-formatter"],"created_at":"2025-04-27T10:04:41.497Z","updated_at":"2026-05-17T09:01:21.596Z","avatar_url":"https://github.com/idleberg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @nsis/dent-cli\n\n\u003e An opinionated code formatter for NSIS scripts\n\n[![License](https://img.shields.io/github/license/idleberg/node-dent-cli?color=blue\u0026style=for-the-badge)](https://github.com/idleberg/node-dent-cli/blob/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@nsis/dent-cli?style=for-the-badge)](https://www.npmjs.org/package/@nsis/dent-cli)\n[![Build](https://img.shields.io/github/actions/workflow/status/idleberg/node-dent-cli/default.yml?style=for-the-badge)](https://github.com/idleberg/node-dent-cli/actions)\n\n## Installation\n\n### Node.js\n\nFor single-use, use `npx` to download and run the CLI:\n\n```sh\n$ npx -y @nsis/dent-cli --help\n```\n\nOr, if you prefer to install the CLI:\n\n```sh\n$ npm install --global @nsis/dent-cli\n$ npx dent --help\n```\n\n### Scoop\n\nThe CLI is available to users of the [Scoop](https://scoop.sh/) package manager.\n\n```powershell\n# Add the bucket\nscoop bucket add nsis https://github.com/NSIS-Dev/scoop-nsis\n\n# Install dent\nscoop install nsis/dent\n```\n\n### Download\n\nAs a last resort, you can download [pre-compiled binaries](https://github.com/idleberg/node-dent-cli/releases/latest) for Windows.\n\n## Usage\n\nThe CLI exposes two sub-commands:\n\n- `dent format` — formats NSIS scripts\n- `dent check` — checks if a script needs formatting\n\n```\nUsage: dent [options] [command]\n\nCLI tool to format NSIS scripts\n\nOptions:\n  -V, --version               output the version number\n  -D, --debug                 prints additional debug messages (default: false)\n  -h, --help                  display help for command\n\nCommands:\n  format [options] [file...]  format NSIS scripts\n  check [options] [file...]   check whether NSIS scripts are formatted (exits non-zero on drift)\n```\n\nRun `dent --help` to list sub-commands, or `dent \u003ccommand\u003e --help` for command-specific options.\n\n## Related\n\n- [dent](https://www.npmjs.com/package/@nsis/dent)\n\n## License\n\nThis work is licensed under [The MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fnode-dent-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidleberg%2Fnode-dent-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fnode-dent-cli/lists"}