codescanner

1.5.1 • Public • Published

codescanner

Do you know this problem when you need to search for some specific code piece in your source code? I gotchu!

Usage

Run npx codescanner. Enter help for a list of commands.

.codescannerignore

Create a .codescannerignore file in your current directory. Every line in the file includes a string, which makes the code scanner ignore the file, if the filename contains the string. An example file would be:

forbidden.txt
some/path

IMPORTANT: Don't include empty lines in your .codescannerignore

Readme

Keywords

Package Sidebar

Install

npm i codescanner

Weekly Downloads

2

Version

1.5.1

License

MIT

Unpacked Size

8.75 kB

Total Files

8

Last publish

Collaborators

  • greencoder001