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

https://github.com/seb0xff/jxa-filesystem

A lib with basic filesystem operations
https://github.com/seb0xff/jxa-filesystem

javascript-for-automation jxa macos

Last synced: about 1 year ago
JSON representation

A lib with basic filesystem operations

Awesome Lists containing this project

README

          

# JXA Filesystem

This is a simple JXA wrapper over a little confusing official API.
It provides basic functions to work with the filesystem like:

- read/write files
- list directory contents
- create files/directories

## Usage

> [!IMPORTANT]
> It is intended to be used with JXA and built using [jxa-builder](https://github.com/seb0xff/jxa-builder)

```bash
npm i jxa-filesystem
```

```javascript
const fs = Library("jxa-filesystem");
...
```