0.0.3 • Published 10 years ago

chmod-plus v0.0.3

Weekly downloads
35
License
MIT
Repository
github
Last release
10 years ago

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.

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago