Skip to content

andersjanmyr/javascript-ctags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-ctags

A command line tool for generating extended ctags files for Javascript. Currently it indexes all functions, both public and private.

Build Status

Installation

$ npm install -g javascript-ctags

Usage

$ bin/javascript-ctags -?
javascript-ctags [-?] [-t tagfile] [fileglob]
--help, -h, -?	 show this
--tagfile, -t	 The generated tagfile (default tags)
fileglob	 A glob pattern (supports **/*.js), (default *.js)

TODO

  • Add properties to index?
  • Handle Node exports
  • Handle other export formats.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published