makedirs

0.0.3 • Public • Published

makedirs

Node.js library and cli utility for creating directories (with corresponding ownership and permissions) based on a declarative specification (JSON input).

Example (CLI):

makedirs '[{ "path": "/tmp/some/dir, "mode":"0700", "uid":1000, "gid":1000 }, { "path": "/tmp/another/dir", "mode":"0700", "uid":1000, "gid":1000 }]'

Package Sidebar

Install

npm i makedirs

Weekly Downloads

91

Version

0.0.3

License

Apache-2.0

Last publish

Collaborators

  • rveguilla