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

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

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

javascript-for-automation jxa macos

Last synced: 4 months ago
JSON representation

A lib with basic path operations

Awesome Lists containing this project

README

        

JXA Path

This is a simple JXA wrapper over a little confusing official API.
It provides basic functionality to work with paths like: join, parentDirectory, basename

## 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-path
```

```javascript
const ph = Library("jxa-path");
...
```