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
- Host: GitHub
- URL: https://github.com/seb0xff/jxa-path
- Owner: seb0xff
- License: mit
- Created: 2024-04-17T06:49:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T22:34:29.000Z (6 months ago)
- Last Synced: 2025-01-11T05:27:57.435Z (6 months ago)
- Topics: javascript-for-automation, jxa, macos
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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");
...
```