UNPKG

maestro

Version:

Maestro is a framework for quickly bootstrapping serverless orchestration workflows with AWS Step Functions

6 lines (4 loc) 131 B
const os = require("os"); const homedir = os.homedir(); const configDir = ".maestro"; module.exports = `${homedir}/${configDir}`;