chmod-plus

0.0.3 • Public • Published

Chmod plus

Change permissions for both files and directories

Install

npm install chmod-plus -g

Usage

var chmod-plus = require('chmod-plus');
chmod-plus.directory(755, dir);
chmod-plus.file(755, file);

Directories can also be recursive:

chmod-plus.directory(755, dir, {
    recursive: true
});

License

Released under the MIT License.

Dependents (0)

Package Sidebar

Install

npm i chmod-plus

Weekly Downloads

4

Version

0.0.3

License

MIT

Last publish

Collaborators

  • gary.rutland