UNPKG

create-octokit-project

Version:

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

5 lines (3 loc) 65 B
#!/usr/bin/env node import { main } from "../index.js"; main();