GBuilder
Base class of all Builder classes. It does nothing on input to output stream. So, if input stream is valid, it just copies input source to destination. This make GBuilder effectively a copy builder.
Builder specific Options
None
Example
const copy = {
name: 'copy',
builder: 'GBuilder',
src: ['copy-me/**/*.txt'],
dest: 'out',
};