{"id":19280529,"url":"https://github.com/andrienko/gulp-hint","last_synced_at":"2025-08-01T11:13:39.823Z","repository":{"id":57257728,"uuid":"49278877","full_name":"andrienko/gulp-hint","owner":"andrienko","description":"A stupid help generator based on gulpfile comments","archived":false,"fork":false,"pushed_at":"2016-01-08T15:22:41.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-16T00:33:42.135Z","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/andrienko.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":"2016-01-08T15:14:26.000Z","updated_at":"2016-01-08T15:15:11.000Z","dependencies_parsed_at":"2022-08-25T19:12:37.789Z","dependency_job_id":null,"html_url":"https://github.com/andrienko/gulp-hint","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/andrienko%2Fgulp-hint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrienko%2Fgulp-hint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrienko%2Fgulp-hint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrienko%2Fgulp-hint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrienko","download_url":"https://codeload.github.com/andrienko/gulp-hint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240385235,"owners_count":19792980,"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-09T21:18:54.161Z","updated_at":"2025-02-23T22:17:50.002Z","avatar_url":"https://github.com/andrienko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gulp-hint\n===\nJust a script that parses gulpfile.js based on pretty stupid regexes.\n\nUsage\n---\n\nYou add a gulp task:\n\n    var gulp_hint = require('gulp-hint');\n    gulp.task('help', gulp_hint.getHelp);\n\nAnd then add comments (single-line ones!) before gulp.task definitions:\n\nThis uses no AST parser and may be buggy, tho fits my needs perfectly\n\n    // Parse HTML templates\n    gulp.task('html', function () {\n      gulp.src(\"./source/*.html\")\n        .pipe(mustache(require('./source/variables.js'), {\n          extension: '.html'\n        }))\n        .pipe(gulp.dest(\"./result\"));\n    });\n\nAnd then, when you run `gulp help`, you will get something like this in your console:\n\n    html    Parse HTML templates\n\nMore\n---\nMore description to come.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrienko%2Fgulp-hint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrienko%2Fgulp-hint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrienko%2Fgulp-hint/lists"}