javascript-ctags

0.1.1 • Public • Published

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)

fileglob defaults to: `*.js`, a common pattern is `lib/**/*.js`

TODO

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

Readme

Keywords

none

Package Sidebar

Install

npm i javascript-ctags

Weekly Downloads

2

Version

0.1.1

License

BSD

Last publish

Collaborators

  • andersjanmyr