nanomatch
Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").
파일 탐색기
최종 버전 다운로드 (.zip)- contributing.md
- issue_template.md
- pull_request_template.md
- minimatch.js
- multimatch.js
- nanomatch.js
- minimatch.js
- multimatch.js
- nanomatch.js
- negation-simple.js
- star-basic.js
- globstar-basic.js
- large-list-globstar.js
- long-list-globstar.js
- negation-basic.js
- not-glob-basic.js
- star-basic.js
- index.js
- package.json
- stats.json
- stats.md
- brackets.js
- create.js
- duplicates.js
- ignore-directories.js
- makeRe-windows-paths.js
- makeRe.js
- match.js
- mm-issue-111.js
- nanomatch.js
- negation.js
- not.js
- options.sourcemap.js
- paths.js
- cache.js
- compilers.js
- parsers.js
- utils.js
- dotglob.txt
- glob.txt
- globstar.txt
- dotglob.txt
- glob.txt
- globstar.txt
- patterns.js
- compare.js
- match.js
- matcher.js
- parse.js
- _fixtures.js
- _patterns.js
- api.any.js
- api.contains.js
- api.isMatch.js
- api.js
- api.match.js
- api.matcher.js
- api.matchKeys.js
- api.not.js
- bash.js
- bash.spec.js
- capture.js
- comparison.isMatch.js
- comparison.makeRe.js
- dotfiles.js
- globstars.js
- issue-related.js
- malicious.js
- minimatch.js
- misc.js
- negation.js
- options.js
- qmarks.js
- regex-ranges.js
- special-chars.js
- stars.js
- test.js
- utils.js
- .editorconfig
- .eslintrc.json
- .gitattributes
- .gitignore
- .travis.yml
- .verb.md
- appveyor.yml
- CHANGELOG.md
- gulpfile.js
- index.js
- LICENSE
- package.json
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/micromatch/nanomatch
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd nanomatch
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
$ npm install --save nanomatch
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ yarn add nanomatch
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ npm install nanomatch
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm i -d && node benchmark
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ npm install && npm test
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
