taskr-filter
Filter plugin for Taskr
Install
$ yarn add -D taskr taskr-filter
or
$ npm install --save-dev taskr taskr-filter
Usage
Function
{ tasksourcepath target'./dist'}
RegExp
{ tasksourcepath target'./dist'}
Glob(s)
Uses multimatch, which supports multiple patterns
RegExp
{ tasksourcepath target'./dist'}
NOTE: RegExps and globs are tested against the full path. You will need to use globstars, and may want to restrict them to your workspace. For example, to match anything with 'ba', but only in a specified directory, use path.join(__dirname, 'ba*')
.