amethyst-conf

1.0.6 • Public • Published

amethyst-conf

A Node.js package and CLI for programmatically updating your Amethyst configuration

Introduction

Requirements

  • Configuration file is in the default location
  • Restart Amethyst manually after execution
  • Module runs in Node and not browser
  • CLI and module runs on MacOS

Installation

CLI

npm install -g amethyst-conf

Module

npm install amethyst-conf

Usage

CLI

amethyst-conf --screen-padding-left=700 --screen-padding-right=700

Module

import { updateConfig as updateAmethystConfig } from 'amethyst-conf'

updateAmethystConfig({
  screen-padding-left: 700,
  screen-padding-right: 700
})

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i amethyst-conf

    Weekly Downloads

    0

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    2.82 kB

    Total Files

    6

    Last publish

    Collaborators

    • albingroen