Skip to content
#

glob-pattern

Here are 43 public repositories matching this topic...

Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").

  • Updated Mar 11, 2020
  • JavaScript

If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million downloads.

  • Updated May 25, 2019
  • JavaScript
nickform
nickform commented Dec 10, 2018

It would be really great if the README made it clear that this package requires git to be on the path as well as carrying the "experimental" and "doesn't work on Windows" warnings which are shown on github. This would help make sure that devs who discover the package on www.npmjs.org are aware of these limitations before they spend time trying to try out the package.

Thanks.

MattIPv4
MattIPv4 commented Mar 10, 2020

Feature request

Feature description

We should provide a social share widget-style element on the tool that allows the user to share the short-link for the tool (do.co/glob-tool) via social media or copy the link directly their clipboard.

How the feature is useful

Currently, the tool has very little on it that pushes the user to share it on -- we should encourage users to sha

Improve this page

Add a description, image, and links to the glob-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the glob-pattern topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.