UNPKG

create-octoherd-script

Version:

CLI to create a new folder and repository for an Octoherd Script

6 lines (4 loc) 154 B
import createGitHubAction from "./create-github-action.js"; export default async function createTestAction() { await createGitHubAction("test.yml"); }