Showing content from https://github.com/octokit/create-octokit-project.js/ below:
octokit/create-octokit-project.js: "npm init" script to create a new Octokit JS module
Skip to content Navigation Menu
Search code, repositories, users, issues, pull requests...
Saved searches Use saved searches to filter your results more quickly
Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert octokit/create-octokit-project.js Create new Octokit JS project
"npm init" script to create a new folder and repository for an Octokit JavaScript module (plugin, authentication strategy, or otherwise)
- Creates a new folder on your machine
- Inits git in the new folder
- Add
LICENSE
, CODE_OF_CONDUCT.md
and README.md
files
- Creates a repository
- Adds repository as
git remote add origin <url>
- Push the 3 files to main
- Creates a new local branch called
initial-version
- Creates a
package.json
and package-lock.json
. Installs dev dependencies.
- Creates
.gitignore
, tsconfig.json
- Creates
test/smoke.test.ts
- Creates actions for tests and automated releases
- Creates a pull request with further instructions
- Adds branch protection
Pull requests welcome! My longer term goal is to make this script useful for Octokit Plugin developers.
MIT
About
"npm init" script to create a new Octokit JS module
Topics Resources License Code of conduct Security policy Stars Watchers Forks
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4