An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# chmod

[![JSR](https://jsr.io/badges/@ayakovlenko/chmod)](https://jsr.io/@ayakovlenko/chmod)

A small zero-dependency library for working with Unix permission
representations.

## Development

Run tests:

```sh
deno test --doc .
```