Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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