1.1.1 • Published 3 years ago

arma3sync-lib v1.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

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`
  }
}
1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

5 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago