Flexman is an even simpler service manager written in NodeJS/Typescript.
Created with ❤️ in Austria. Licensed under MIT.
- NodeJS 14+
- Redis Server
- Git (for installation)
- Clone repository using
git pull - Run
npm install -g. After this theflexcommand should be available in the path. - Create a
config.tomlfile. Flexman will check for the config in the following locations in this priority
- The path specified in the
FLEXMAN_CONFIG_FILEenvironment variable - The path specified as
CONFIG_PATHin the~/.flexmanrcfile config.tomlin the current directory