2gis/glob-flat

Name: glob-flat

Owner: 2GIS

Description: null

Created: 2016-03-23 09:20:46.0

Updated: 2016-03-23 09:29:38.0

Pushed: 2016-03-23 09:44:49.0

Homepage: null

Size: 4

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

glob-flat

Return glob applied, flattened and duplicate filtered version of the given list of filenames

Install
m install glob-flat
Usage
Glob = require('glob-flat')

Glob.sync(['foo.js', 'styles/**/*.css', 'templates/index.html', 'templates/**/*.html'])
> ['foo.js', 'styles/a.css', 'styles/b.css', 'templates/index.html', 'templates/foo.html', 'templates/bar.html']

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.