{"id":17598082,"url":"https://github.com/potch/gulp-helptext","last_synced_at":"2025-04-30T06:07:51.973Z","repository":{"id":17738699,"uuid":"20579756","full_name":"potch/gulp-helptext","owner":"potch","description":null,"archived":false,"fork":false,"pushed_at":"2014-06-06T22:55:07.000Z","size":169,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T06:07:46.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/potch.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}},"created_at":"2014-06-06T22:15:09.000Z","updated_at":"2014-06-10T05:26:52.000Z","dependencies_parsed_at":"2022-09-26T21:31:41.090Z","dependency_job_id":null,"html_url":"https://github.com/potch/gulp-helptext","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potch%2Fgulp-helptext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potch%2Fgulp-helptext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potch%2Fgulp-helptext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potch%2Fgulp-helptext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/potch","download_url":"https://codeload.github.com/potch/gulp-helptext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251651233,"owners_count":21621716,"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-10-22T09:44:24.307Z","updated_at":"2025-04-30T06:07:51.946Z","avatar_url":"https://github.com/potch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-helptext\n\nGenerates pretty help text for your gulpfile.\n\n## Usage\n\nSupply an optional `description` object to specify pretty descriptions for tasks. Tasks will automatically print out their names and dependent tasks.\n\n```js\nvar helptext = require('gulp-helptext');\n\ngulp.task('help', helptext({\n  'default': 'Shows the help message',\n  'help': 'This help message',\n  'styles': 'Compiles stylus',\n  'lint': 'Runs JSHint on your code',\n  'server': 'Start the development server'\n}));\n```\n\nOutput looks like the following:\n\n```\nRegistered tasks:\n\nlint    - Runs JSHint on your code\nstyles  - Compiles stylus\nbuild   - Runs lint, styles\nconnect\nwatch\nserver  - Start the development server\n          Runs build, connect, watch\nbump\nhelp    - This help message\ndeploy\ndefault - Shows the help message\n          Runs help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotch%2Fgulp-helptext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotch%2Fgulp-helptext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotch%2Fgulp-helptext/lists"}