https://github.com/axelrindle/setperms
Two-in-one solution for chmod(1) and chown(1)
https://github.com/axelrindle/setperms
nodejs permissions unix
Last synced: 5 months ago
JSON representation
Two-in-one solution for chmod(1) and chown(1)
- Host: GitHub
- URL: https://github.com/axelrindle/setperms
- Owner: axelrindle
- License: mit
- Created: 2018-02-08T20:28:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T10:58:15.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T10:42:00.642Z (over 1 year ago)
- Topics: nodejs, permissions, unix
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/setperms
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://forthebadge.com)
[](http://forthebadge.com)
[](http://forthebadge.com)
# setperms
> Two-in-one solution for chmod(1) and chown(1)
## Install
```bash
$ npm install -g setperms
```
## Usage
```bash
$ setperms [options]
```
For help type:
```bash
$ setperms --help
```
## See also
- [readperms](https://github.com/axelrindle/readperms)
## License
[MIT](https://github.com/axelrindle/setperms/blob/master/LICENSE)