0.0.3 • Published 8 years ago

chmod-plus v0.0.3

Weekly downloads
35
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago