contains-path
Return true if a file path contains the given path.
Return true if a file path contains the given path.
Get the file extension and MIME type from a file
Pollyfill for node.js `path.parse`, parses a filepath into an object.
path.extname implementation adapted to also include multiple dots extensions.
Get the extension of a given filename or path
remark-lint rule to warn when the file’s extension violates the given style
just an object that maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome.
Automatically re-write the destination extension of a filepath based on the source extension. e.g `.coffee` => `.js`. This will only rename the ext, no other path parts are modified.
gulp plugin to dynamically rewrite dest extensions based on src extensions.
Tiny path.extname method
A file suffix is a substring of basename after the first dot
Returns consolidated info about a filesystem path without having to call multiple path.* methods.
A metalsmith plugin that adds file path values to metadata
Create a regex for matching file extensions.
Get the file extension and MIME type from a file
Regular expression to capture a POSIX filename extension.
Regular expression to capture a filename extension.
Regular expression to capture a Windows filename extension.
Returns a filename extension.
Provides same behaviors of `path.extname` module for all versions fo node.js