1.1.1 • Published 2 years ago

arma3sync-lib v1.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago