Skip to content

SebastianPilarz/jxa-filesystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

npm i jxa-filesystem
const fs = Library("jxa-filesystem");
...

About

A lib with basic filesystem operations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published