1.0.5 • Published 7 years ago

search-regex-in-files v1.0.5

Weekly downloads
10
License
ISC
Repository
github
Last release
7 years ago

Description

Simple plugin to search for regex matches in files and folders. Results are written in well formated XLSX file.

Current Version

1.0.5

Author

Evgeni Atanasov

Usage

This is a simple example usage:

"use strict";

var generate = require( 'search-regex-in-files' );

var regex = /GetTranslation\(\s*['|\"](\S*)['|\"]\s*\)/g;
var filesPath = "D:\\Projects\\sample\\pages\\a2c";
var translationFilePath = "D:\\Projects\\sample\\Translations.json";

generate( regex, filesPath, translationFilePath );
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago