library
Get information about the repository currently being used by Eagle.
Methods
info()
Get detailed information about the current repository, including folders, smart folders, tag groups, etc.
Returns
Promise<data: Object>
data
Object - Various properties of the repository
Properties
The library
module includes the following properties:
name
string
name
stringReturns the name of the current repository
path
string
path
stringReturns the path where the current repository is located
modificationTime
Integer
modificationTime
IntegerReturns the last modification time (timestamp)
Last updated