Loads a config based on environment variables CONFIG and NODE_ENV.
TypeScript definitions for git-config-path
Resolve the path to the user's local or global .gitconfig.
Store your application config in the right location.
A plugin to run [Jest](https://jestjs.io/) tests. This plugin uses [jest-cli](https://www.npmjs.com/package/jest-cli) to run the tests. You can configure this plugin by specifying the path to the Jest config path.
The small utilities to load require.js config path and shim configuration.
General purpose glob-based configuration matching.
Find the closest babel config based on a directory
A small api to read and write your requirejs config file
A Prettier plugin for sorting Tailwind CSS classes.
Import from Remix config paths
A utility for managing MCP client config path, such as Claude Desktop and code, Cline, Cursor
Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.
Shared core utilities for Vercel global configuration
A loader for the tsdoc.json file
Deploy AWS Lambda functions from command line using a json or yaml config file.
Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest.
Utility function to load nyc configuration
Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT
Parse `.git/config` into a JavaScript object. sync or async.
A shareable stylelint config for stylelint-processor-styled-components
Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.
Types for the Expo config object app.config.ts
Find and parse the tsconfig.json file from a directory path
applications using openrr
A dynamo-like key/value database written in rust
1:1 Rust port of powerline/powerline. The ultimate statusline/prompt utility
Command line tool for uploading and managing files on SDrive.
EDMA: Embedded Database Management for All
FtaQl static analysis engine for TypeScript and JavaScript
Change the theme of your terminal, text editor and anything else with one command!
AWS Assume Role CLI Tool
A TUI and CLI to manage your Servarrs
Manage remote devices over the Meshtastic mesh. Define command aliases, execute them remotely via private channels, and get output back in chunks
QUIC-based VPN - Core library
QUIC-based VPN - Client binary
Based on jasmine.yml, write a jsTestDriver config file to the supplied path.
ez_config loads yml files from specified path and allows you to easily access your config data.
Pathological provides a way to manage a project's require paths by using a small config file that indicates all directories to include in the load path.
List the correspondence of the paths you want to redirect in config/redirect.yml.
Packages up elasticsearch in a gem and adds a ruby executable to run it easily with relative config paths. Makes elasticsearch dead simple to develop with.
Basic Rack middleware for Rails 3 to authorize access to path by IP using YML config file
== Baf baf helps writing an user acceptance test suite with a dedicated library and cucumber steps. It can run and wait for programs in a modified environment, verify the exit status, the output streams and other side effects. It also supports interactive programs and writing to their standard input. Then, it provides a DSL to write the CLI: require 'baf/cli' module MyProgram class CLI < Baf::CLI def setup flag_version '0.1.2'.freeze option :c, :config, 'config', 'specify config file' do |path| @config_path = path end end def run usage! unless arguments.any? puts 'arguments: %s' % arguments puts 'config: %s' % @config_path if @config_path end end end MyProgram::CLI.run ARGV Which behaves this way: % ./my_program Usage: my_program [options] options: -c, --config config specify config file -h, --help print this message -V, --version print version zsh: exit 64 ./my_program % ./my_program --wrong-arg Usage: my_program [options] options: -c, --config config specify config file -h, --help print this message -V, --version print version zsh: exit 64 ./my_program --wrong-arg % ./my_program foo arguments ["foo"] % ./my_program -c some_file foo arguments ["foo"] config path some_file
Valise provides an API for accessing configuration and data files for your application, including the population of default values, and managing search paths. Written to encourage a cross-platform approach to maintaining configs for an application.
Use consul loader to convert your heirachical yaml file into key value paths in consul, this may be useful if you want to load a config file into your consul server.
Kate-Get takes a space separated list of file paths and checks each one against a list of sources. If a match is found, the file is copied via rsync to a local directory. Options for each source are controlled by a config file.
FileSet provides an API for accessing configuration and data files for your application, including the population of default values, and managing search paths. Written to encourage a cross-platform approach to maintaining configs for an application.
Used by tribunals_frontend and tribunals_api to share configuration. To use: 1) add "gem 'moj_tribunals_config'" to your Gemfile 2) in an initializer, add the following code: require 'moj_tribunals_config' my_config = Moj::Tribunals::ConfigLoader.new.load This will load the default config files from the gem. To load different files, you can provide an alternative path to the ConfigLoader.new method, e.g. my_config = Moj::Tribunals::ConfigLoader.new('/my/alternative/config/path').load To just load config for a specific tribunal, you can do: config_loader = Moj::Tribunals::ConfigLoader.new config_file = config_loader.config_file_for('utiac') config_loader.load_file( config_file ) RailsConfig integration ======================= If you're using the RailsConfig gem, your intializer can just do something like: files = Moj::Tribunals::ConfigLoader.new.config_files files.each{ |f| Settings.add_source!( f ) } Settings.reload!
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.