{"id":18285516,"url":"https://github.com/zandaqo/jsdoc-plugin-false-booleans","last_synced_at":"2025-04-09T06:16:57.220Z","repository":{"id":57284226,"uuid":"49722090","full_name":"zandaqo/jsdoc-plugin-false-booleans","owner":"zandaqo","description":"A plugin for JSDoc to set the default values of boolean params to false by default.","archived":false,"fork":false,"pushed_at":"2018-05-19T13:13:51.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T00:10:04.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/zandaqo.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}},"created_at":"2016-01-15T14:02:28.000Z","updated_at":"2018-05-19T13:13:53.000Z","dependencies_parsed_at":"2022-09-16T22:41:03.402Z","dependency_job_id":null,"html_url":"https://github.com/zandaqo/jsdoc-plugin-false-booleans","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zandaqo%2Fjsdoc-plugin-false-booleans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zandaqo%2Fjsdoc-plugin-false-booleans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zandaqo%2Fjsdoc-plugin-false-booleans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zandaqo%2Fjsdoc-plugin-false-booleans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zandaqo","download_url":"https://codeload.github.com/zandaqo/jsdoc-plugin-false-booleans/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987285,"owners_count":21028895,"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":[],"created_at":"2024-11-05T13:16:55.553Z","updated_at":"2025-04-09T06:16:57.198Z","avatar_url":"https://github.com/zandaqo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This plugin for JSDoc 3 sets the default values of boolean params to `false` unless another value is specified in the comments.\n\n# Install\n```\nnpm i jsdoc-plugin-false-booleans -D\n```\nand add to the list of plugins in your JSDoc configuration file:\n```\n{\n    \"plugins\": [\"./node_modules/jsdoc-plugin-false-booleans/false-booleans.js\"]\n}\n```\n# Example\n```javascript\n/**\n* @param {boolean} [later] whether to do start doing stuff a bit later\n* @param {boolean} [async] whether to do stuff asynchronously\n*/\nfunction doStuff(later, async) {\n\n}\n```\nthe plugin will set `false` as the default value for both `later` and `async` params in the resulting documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzandaqo%2Fjsdoc-plugin-false-booleans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzandaqo%2Fjsdoc-plugin-false-booleans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzandaqo%2Fjsdoc-plugin-false-booleans/lists"}