UNPKG

runner-manager

Version:

A basic CLI to manage Github self-hosted runners on your machine

20 lines (17 loc) 713 B
/** * Configuration file for readme-to-html * Generated with the --init command */ export default { // Use a remote template (no need to create your own) templatePath: "https://raw.githubusercontent.com/rvanbaalen/rvanbaalen.github.io/refs/heads/main/templates/project-template.html", // Custom stylesheet (optional) stylesheetPath: "https://raw.githubusercontent.com/rvanbaalen/rvanbaalen.github.io/refs/heads/main/templates/style.css", // Uncomment and customize any additional options as needed: // outputPath: "index.html", // readmePath: "README.md", // excludeFromNav: ["description", "contributing", "license"], // replace: { // "/css/style.css": "./src/custom.css" // } }