pruno-del

1.1.1 • Public • Published

pruno-del

A lightweight module that deletes files and directories.

Usage

"use strict";
 
var pruno = require('pruno');
 
pruno.plugins(function(mix) {
    mix
      .configure({ dir: __dirname + '/config' })
      .del({ dirs: ['./dist/*', './tmp/*'] });
});

Readme

Keywords

Package Sidebar

Install

npm i pruno-del

Weekly Downloads

2

Version

1.1.1

License

ISC

Last publish

Collaborators

  • cdebotton