Skip to content

garyrutland/npm-chmod-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published