New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

javascript-ctags

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-ctags

A command line tool for generating an extended ctags file for Javascript.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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.

Keywords

ctags

FAQs

Package last updated on 14 Nov 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts