deglobber

1.1.1 • Public • Published

deglobber

list files using globs respecting excludes from .gitignore

install

npm install -g deglobber

use

  USEAGE
    $ deglobber [GLOB]

   List files matching globs respecting ignore syntax from .gitignore

  OPTIONS
    -i, --ignore-file=FILE  Load .gitignore syntax patterns from file (DEFAULT: .gitignore)
         --no-ignore-file    Don't read patterns from file (requires --ignore)
         --ignore=RULE       Additional ignore pattern

  EXAMPLES
    $ deglobber '**.js'

     Find all javascript files excluding those matched by .gitignore

     $ deglobber --ignore-file .npmignore

     Find all files not excluded by .npmignore

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i deglobber

    Weekly Downloads

    4

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    2.84 kB

    Total Files

    4

    Last publish

    Collaborators

    • seangarner