UNPKG

create-octokit-project

Version:

`npm init` script to create a new Octokit JS module (plugin, authentication strategy, or otherwise)

12 lines (8 loc) 269 B
export { createRenovateConfig }; import { writePrettyFile } from "./write-pretty-file.js"; const config = { extends: ["github>octokit/.github"], }; async function createRenovateConfig() { await writePrettyFile(".github/renovate.json", JSON.stringify(config)); }