Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andersjanmyr/javascript-ctags


https://github.com/andersjanmyr/javascript-ctags

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# javascript-ctags

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

[![Build Status](https://secure.travis-ci.org/andersjanmyr/javascript-ctags.png)](http://travis-ci.org/andersjanmyr/javascript-ctags)

## 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.