deployk-utils
v0.1.0
Published
Utils package for deployk
Maintainers
Readme
deployk-utils
utilities for deployk package
dirname usage
var dirmatch = require("deployk-utils").dirmatch;
dirmatch("test", "/path/to/test") // true!
dirmatch("test", "/path/to/test/file.js") // true!
dirmatch("path/**/test", "/path/to/test") // true!
dirmatch("/test", "/path/to/test") // false!