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: 8 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T22:34:29.000Z (about 1 year ago)
- Last Synced: 2025-02-28T16:43:35.514Z (about 1 year 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");
...
```