1.0.10 • Published 4 years ago

filesearchjy v1.0.10

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

var fileSearchJY = require("fileSearchJY");

fileSearchJY(rootDirectoryName, keywords, options);

rootDirectoryName : 검색시 최상위 디렉토리 폴더 문자열

keywords: 검색 문자배열

options: 옵션객체

duplicate -true : 중복허용 -false: 중복불가

nameEndWith 확장자 문자열

except 검색 제외파일

fromRoot ex) true => src/ffe/wwk/myfile.json false => original root

ex) fileSearchJY('src', "ko","KR", { ext:"json", duplicate:false, except: "koxxxx.json"} )

ex2) var localizationSourceFilesKO = [ ...fileSearchJY("src", "ko", {nameEndWith: ".json",duplicate: false, except: "koxxxx.json"}) ];

src를 root 로 ko 나 KR 문자열을 포함한 json 확장자 파일 검색 중복파일 불가능 koxxxx.json 파일 제외(만들어질 파일 제외)

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago