Sebastien Rousseau  Logo

Usage

@sebastienrousseau/shell-config can be consumed across all standard module formats.

CommonJS

const config = require("@sebastienrousseau/shell-config");
console.log(config.presets);

ES Modules

import config from "@sebastienrousseau/shell-config";
console.log(config.defaultPreset);