11 releases

0.2.6 Dec 23, 2024
0.2.5 Dec 17, 2024
0.2.1 Nov 23, 2024
0.2.0 Oct 21, 2024
0.1.0 Aug 17, 2024

#680 in Filesystem

Download history 131/week @ 2024-09-11 81/week @ 2024-09-18 46/week @ 2024-09-25 29/week @ 2024-10-02 295/week @ 2024-10-09 151/week @ 2024-10-16 35/week @ 2024-10-23 2/week @ 2024-10-30 4/week @ 2024-11-13 158/week @ 2024-11-20 15/week @ 2024-11-27 22/week @ 2024-12-04 286/week @ 2024-12-11 327/week @ 2024-12-18 49/week @ 2024-12-25

686 downloads per month
Used in wireman

MIT license

54KB
1K SLoC

Configuration module for WireMan.

This module provides functionality for defining and reading the configuration for WireMan. The config file is read from a JSON file to customize WireMan.

The config contains:

  • includes: A list of include directories for gRPC.
  • files: A list of .proto files to include.
  • server
    • default_address: The default address of the gRPC server.
    • default_auth_header: The default authentication header.
  • history
    • directory: The folder path where the history should be kept

Dependencies

~10–19MB
~266K SLoC