{"id":16639733,"url":"https://github.com/artemave/js-editor-tags","last_synced_at":"2025-10-30T09:30:46.300Z","repository":{"id":32123055,"uuid":"130968811","full_name":"artemave/js-editor-tags","owner":"artemave","description":"Generate tags file for javascript codebase using static code analyses.","archived":false,"fork":false,"pushed_at":"2023-01-09T11:39:25.000Z","size":212,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T13:35:57.421Z","etag":null,"topics":["babylon","ctags","javascript"],"latest_commit_sha":null,"homepage":"","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/artemave.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":"2018-04-25T07:39:53.000Z","updated_at":"2022-08-29T09:24:44.000Z","dependencies_parsed_at":"2023-01-14T20:45:33.206Z","dependency_job_id":null,"html_url":"https://github.com/artemave/js-editor-tags","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemave%2Fjs-editor-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemave%2Fjs-editor-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemave%2Fjs-editor-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemave%2Fjs-editor-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artemave","download_url":"https://codeload.github.com/artemave/js-editor-tags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238950485,"owners_count":19557533,"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":["babylon","ctags","javascript"],"created_at":"2024-10-12T07:06:52.127Z","updated_at":"2025-10-30T09:30:45.909Z","avatar_url":"https://github.com/artemave.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"js-editor-tags [![Build Status](https://travis-ci.org/artemave/js-editor-tags.svg?branch=master)](https://travis-ci.org/artemave/js-editor-tags)\n-------\n\nGenerate tags file for javascript codebase using static code analyses.\n\n## Is it fast?\n\nYes, it is fast.\n\n## Usage\n\n```bash\nnpm install -g js-editor-tags\n\n# generate `tags` file for all _not git ignored_, _existing_, js/mjs/jsx files in the current folder and subfolders\njs-editor-tags\n\n# update existing `tags` file instead of regenerating it\njs-editor-tags -u\n\n# generate `tags` file and keep it up to date as the files change\njs-editor-tags -w\n\n# if you keep compiled js in git, you might want to exlude it\njs-editor-tags --ignore \"dist\" --ignore \"build\"\n\n# ultimately, you can just pipe in a list of files to tag\ngit ls-files | js-editor-tags\n\n# and watch it your way\nfswatch -0 -r . | while read -d \"\" file_path; do git ls-files $file_path; done | js-editor-tags -u\n```\n\nAnother option is to use a git hook to run the script.  [Here's an example](https://tbaggery.com/2011/08/08/effortless-ctags-with-git.html).\n\n## Running tests\n\n```bash\nyarn test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemave%2Fjs-editor-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartemave%2Fjs-editor-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemave%2Fjs-editor-tags/lists"}