Skip to content

rveguilla/makedirs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }]'

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published