12 releases

0.3.0 Jan 21, 2025
0.2.6 Dec 23, 2024
0.2.1 Nov 23, 2024
0.2.0 Oct 21, 2024
0.1.0 Aug 17, 2024

#729 in Filesystem

Download history 168/week @ 2024-10-21 4/week @ 2024-10-28 144/week @ 2024-11-18 29/week @ 2024-11-25 25/week @ 2024-12-02 10/week @ 2024-12-09 478/week @ 2024-12-16 175/week @ 2024-12-23 10/week @ 2024-12-30 21/week @ 2025-01-06 5/week @ 2025-01-13 122/week @ 2025-01-20 30/week @ 2025-01-27 9/week @ 2025-02-03

167 downloads per month
Used in wireman

MIT license

49KB
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

~9–19MB
~266K SLoC