"npm init" script to create a new folder and repository for an Octokit JavaScript module (plugin, authentication strategy, or otherwise)
npm init octokit-project
LICENSE
, CODE_OF_CONDUCT.md
and README.md
filesgit remote add origin <url>
initial-version
package.json
and package-lock.json
. Installs dev dependencies..gitignore
, tsconfig.json
test/smoke.test.ts
Pull requests welcome! My longer term goal is to make this script useful for Octokit Plugin developers.