Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaelzhang/node-ignored-cli
List all files that is ignored by .gitignore
https://github.com/kaelzhang/node-ignored-cli
cli ignored list ls nodejs
Last synced: 9 days ago
JSON representation
List all files that is ignored by .gitignore
- Host: GitHub
- URL: https://github.com/kaelzhang/node-ignored-cli
- Owner: kaelzhang
- License: other
- Created: 2019-02-19T14:15:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T02:29:32.000Z (almost 6 years ago)
- Last Synced: 2024-12-06T05:16:27.558Z (17 days ago)
- Topics: cli, ignored, list, ls, nodejs
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/kaelzhang/node-ignored-cli.svg?branch=master)](https://travis-ci.org/kaelzhang/node-ignored-cli)
[![Coverage](https://codecov.io/gh/kaelzhang/node-ignored-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/kaelzhang/node-ignored-cli)# ignored-cli
List all files that is ignored by .gitignore
## Install
```sh
$ npm i -g ignored-cli
```## Usage
```sh
ignored
```Include `node_modules` directory and subdirectories if ignored:
```sh
ignored --list-node-modules
```Show help
```sh
ignored -h
```## License
MIT