Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T10:58:15.000Z (over 5 years ago)
- Last Synced: 2024-04-25T00:32:36.351Z (7 months 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
[![forthebadge](http://forthebadge.com/images/badges/built-by-hipsters.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/built-with-swag.svg)](http://forthebadge.com)
[![you didn't ask for this](http://forthebadge.com/images/badges/you-didnt-ask-for-this.svg)](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)