Skip to content

paulvollmer/jscode-find-callee

Repository files navigation

jscode-find-callee GitHub license npm version

This is a tool to find calls at javascript code.

Installation

npm install -g jscode-find-callee

Usage

The following example will search for all console calls at the fixtures/console_log_2.js sourcecode.

jscode-find-callee fixtures/console_log_2.js

If you want to search for an other callee instead of console you can use the --name flag.

jscode-find-callee --name logger fixtures/console_log_2.js

It is also possible to search an entire directory.

jscode-find-callee --name console fixtures

About

This is a tool to find calls at javascript code.

Topics

Resources

License

Code of conduct

Stars

2 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors