-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A config.json file is now in the root directory of the repository
Reading it from Javascript isn't an issue and scripts can be easily reconfigured to use values from that in the code. Bash scripts however will need some utility like JQ to read from the json file.
I timed the scripts in the repo last night and bash came ahead consistantly around 5-10 times faster than nodejs scripts. I think we should aim to keep the runtime down as much as possible to avoid too much bloat. We could also cache nodejs scripts at a specific interval for scripts that aren't very quick to change anyway.
What do people think is the best way to do this? I feel like this project would be better if you could edit a config file for appearance, key values, and so on.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request