https://github.com/ayakovlenko/deno-chmod
Unix permissions library
https://github.com/ayakovlenko/deno-chmod
chmod deno jsr jsrio
Last synced: about 1 month ago
JSON representation
Unix permissions library
- Host: GitHub
- URL: https://github.com/ayakovlenko/deno-chmod
- Owner: ayakovlenko
- Created: 2023-02-12T20:35:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T15:56:07.000Z (over 1 year ago)
- Last Synced: 2025-03-17T00:41:58.552Z (over 1 year ago)
- Topics: chmod, deno, jsr, jsrio
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chmod
[](https://jsr.io/@ayakovlenko/chmod)
A small zero-dependency library for working with Unix permission
representations.
## Development
Run tests:
```sh
deno test --doc .
```