https://github.com/ratson/file-contains-cli
https://github.com/ratson/file-contains-cli
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ratson/file-contains-cli
- Owner: ratson
- Created: 2018-11-16T13:02:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T07:09:28.000Z (over 7 years ago)
- Last Synced: 2025-03-04T08:49:13.893Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-contains-cli
Check if file contains or not contains a string pattern.
## Installation
```
npm install file-contains-cli --save
```
## Usage
```bash
file-contains -s dependencies package.json
```