0.0.3 • Published 10 years ago
chmod-plus v0.0.3
Chmod plus
Change permissions for both files and directories
Install
npm install chmod-plus -gUsage
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.