KO
|
EN
gitlite — search
Search
#python
#html
#javascript
#css
#java
#linux
#android
#cli
#flask
#docker
#go
#nodejs
init-commit
★ 52
Open GitHub ↗
Find the initial commit of a repository.
Download README (.md)
Explore Similar Repositories
netflix
:
An Android application for streaming movies (*free)
Payload-Byte
:
Payload-Byte is a tool for extracting and labeling packet capture (Pcap) files of modern network intrusion detection datasets.
lunar-launcher-inject
:
Patches the lunar launcher to enable agent attaching & devtools
go-spdx
:
Golang implementation of a checker for determining if an SPDX ID satisfies an SPDX Expression.
palmistry
:
Fortune On Your Hand: View-Invariant Machine Palmistry
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
init-commit
?
Download (.md)
 <p align="center"> <a href="https://initcommit.info/">Website</a> </p> ## Features - Search GitHub repositories by keyword. - Specified branch. - Save as PNG. - Share on 𝕏 with og-image support. ## UserScript  > Find initial commit with one-click. <p align="center"> <a href="https://greasyfork.org/scripts/495668-open-in-initcommit" target="_blank">Install UserScript</a> </p> ## Develop Generate a new [GitHub Token](https://github.com/settings/tokens). Set your environment variables in a `.env` file: ``` NUXT_GITHUB_TOKEN= ``` ### Setup ```shell # install dependencies corepack enable pnpm install # serve in dev mode, with hot reload at localhost:3000 pnpm dev # build for production pnpm build # preview in production mode pnpm preview ``` ## Credits Thanks [danielroe/firstcommit.is](https://github.com/danielroe/firstcommit.is)