forked from olback/library-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLibraryLoader.example.toml
More file actions
27 lines (23 loc) · 875 Bytes
/
LibraryLoader.example.toml
File metadata and controls
27 lines (23 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# To use the default value, just comment out the property with a hashtag (#).
[settings]
# Path to download/save libs to. Paths can be absolute
# or relative. Relative paths are relative to the
# current working directory.
# Lets say that we want to download eagle libraries on Linux,
# output_path would look something like this:
# "/home/<your-username>/EAGLE/libraries"
output_path = "download"
# Path to watch for zipped .epw files.
# This is usually your downloads folder.
# Uncommenting this will enable watch-mode.
# watch_path = ""
# What format should be saved?
# eagle, kicad, ..
# Run with --help to see a list of available values.
# format = ""
# Component Search Engine Credentials
# Don't want to store credentials here?
# Comment out everything under this line.
[profile]
username = "" # This is usually your email you used to register with.
password = ""