arma3sync-lib
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

tests codecov

node-arma3sync-lib

Read and write Arma3Sync .a3s config data using JavaScript.

const a3s = new A3sDirectory('/my/repo/path/.a3s/')
a3s.getEvents().then(events => { /*pure awesome*/});

Configuration

Currently uses config and expects this config structure to exist:

{
  "arma3sync-lib": {
    "publicURL": "", // public repository URL, ex. `http://mods.my-clan.com/`
    "repoName": "", // repository name
    "repoPath": "" // file path to the repository, ex. `/var/lib/a3s/mods`
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i arma3sync-lib

Weekly Downloads

5

Version

1.1.1

License

ISC

Unpacked Size

486 kB

Total Files

138

Last publish

Collaborators

  • gruppe-adler-admin