{"id":22258066,"url":"https://github.com/coot/gulp-javascript-ctags","last_synced_at":"2025-07-10T16:34:24.874Z","repository":{"id":57257973,"uuid":"42357223","full_name":"coot/gulp-javascript-ctags","owner":"coot","description":"gulp plugin for javascript-ctags node module","archived":false,"fork":false,"pushed_at":"2015-09-12T13:18:46.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-27T15:49:45.916Z","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/coot.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":"2015-09-12T13:03:20.000Z","updated_at":"2015-09-12T13:04:02.000Z","dependencies_parsed_at":"2022-08-25T21:22:44.395Z","dependency_job_id":null,"html_url":"https://github.com/coot/gulp-javascript-ctags","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coot/gulp-javascript-ctags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coot%2Fgulp-javascript-ctags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coot%2Fgulp-javascript-ctags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coot%2Fgulp-javascript-ctags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coot%2Fgulp-javascript-ctags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coot","download_url":"https://codeload.github.com/coot/gulp-javascript-ctags/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coot%2Fgulp-javascript-ctags/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263705086,"owners_count":23498951,"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-12-03T08:13:23.142Z","updated_at":"2025-07-10T16:34:24.854Z","avatar_url":"https://github.com/coot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [gulp](https://github.com/gulpjs/gulp)-javascript-ctags\n\nGulp plugin for [javascript-ctags](https://github.com/andersjanmyr/javascript-ctags).\n\n## Instalation\n\nRun `npm install --save-dev gulp-javascript-ctags`.\n\n## Usage\n\n\n```\nvar tags = require('gulp-javascript-ctags');\n\ngulp.task('tags', function() {\n  return gulp.src('src/**/*.js')\n    .pipe(tags('tags'))  // filename of the output tags file\n    .pipe(gulp.dest('./'));  // destination folder\n});\n\ngulp.task('watch-tags', ['tags'], function() {\n  return gulp.watch('src/**/*.js', ['tags']);\n}); \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoot%2Fgulp-javascript-ctags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoot%2Fgulp-javascript-ctags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoot%2Fgulp-javascript-ctags/lists"}