1.0.6 • Published 5 years ago
amethyst-conf v1.0.6
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-confModule
npm install amethyst-confUsage
CLI
amethyst-conf --screen-padding-left=700 --screen-padding-right=700Module
import { updateConfig as updateAmethystConfig } from 'amethyst-conf'
updateAmethystConfig({
screen-padding-left: 700,
screen-padding-right: 700
})