1.0.6 • Published 3 years ago

amethyst-conf v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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
})
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago