dir2pattern

0.0.4 • Public • Published

node-dir-to-pattern

Build Status Dependency Status devDependency Status

Fix dir path to pattern such as dir/**/*.* for grunt.file.expand.

Getting Started

Install with this command:

npm install dir2pattern --save-dev

Usage Examples

Basic

var fixPattern = require('dir2pattern');
cnosole.log(fixPattern('path/to/'));
// path/to/**/*.*

Demo

node demo.js

History

  • Ver 0.0.4 Move fix function to export it self
  • Ver 0.0.3 Bugfix: ignore directory name
  • Ver 0.0.2 Fix readme
  • Ver 0.0.1 init

/dir2pattern/

    Package Sidebar

    Install

    npm i dir2pattern

    Weekly Downloads

    31

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • poppinl