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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i chmod-plus

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • gary.rutland