https://github.com/soixantecircuits/settings-bro
A spacebro tool to receive settings in JSON format and write it on disk
https://github.com/soixantecircuits/settings-bro
Last synced: 3 months ago
JSON representation
A spacebro tool to receive settings in JSON format and write it on disk
- Host: GitHub
- URL: https://github.com/soixantecircuits/settings-bro
- Owner: soixantecircuits
- Created: 2018-01-07T18:18:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T21:42:30.000Z (about 3 years ago)
- Last Synced: 2025-01-29T13:44:40.796Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# settings-bro
> A spacebro tool to receive settings in JSON format and write it on
> disk. This tool is used with
> [settings-editor](https://github.com/soixantecircuits/settings-editor)## ❓Why ?
We use [standard-settings](https://github.com/soixantecircuits/standard-settings) a lot.
Actually we use it in every nodeJS and electron project.Sometimes, we need a non-developer humans to change the settings in production.
This an alternative to `ssh` + `vim`## 🌍 Installation
`yarn`
## ⚙ Configuration
```
cp settings/settings.default.json settings/settings.json
```And edit settings.json,
change the `folder.settings`to a path of a settings file that you want
to be available for web editing.You can also change settings with argv parameters.
Learn more about this on [standard-settings](https://github.com/soixantecircuits/standard-settings)## 👋 Usage
```
node index.js
```And run [settings-editor](https://github.com/soixantecircuits/settings-editor) to start sending settings.
## 🕳 Troubleshooting
Ask emmanuel on soixantecircuits.slack.com
## ❤️ Contribute
Please do!