सामग्री पर जाएँ
पूरे डैशबोर्ड पर वापस जाएँ →

README जेनरेटर

isaacs: प्रोफ़ाइल README

@isaacs के लिए तैयार पाँच GitHub प्रोफ़ाइल README - केवल वही Markdown और HTML जो GitHub प्रोफ़ाइल पर रखता है - कोई बाहरी CSS नहीं, कोई स्क्रिप्ट नहीं - इसलिए प्रीव्यू वही दिखाता है जो GitHub रेंडर करेगा।

इसे अपनी GitHub प्रोफ़ाइल पर कैसे दिखाएँ
  1. ठीक “isaacs/isaacs” नाम से एक सार्वजनिक रिपॉज़िटरी बनाएँ: github.com/new/isaacs ↗
  2. रिपॉज़िटरी की जड़ में README.md नाम की फ़ाइल जोड़ें और टेम्पलेट पेस्ट करें।
  3. कमिट करें - README अब github.com/isaacs के सबसे ऊपर दिखेगा।
कंट्रिब्यूशन-स्नेक वर्कफ़्लो (.github/workflows/snake.yml)
name: generate snake

on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    permissions:
      contents: write
    steps:
      - uses: Platane/snk/svg-only@v3
        with:
          github_user_name: ${{ github.repository_owner }}
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark

      - uses: crazy-max/ghaction-github-pages@v4
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

केवल Contribution Snake टेम्पलेट के लिए ज़रूरी: यह वर्कफ़्लो रोज़ाना “isaacs/isaacs” रिपॉज़िटरी की “output” ब्रांच में एनिमेशन बनाता है।

01 / टेम्पलेट

GitHub प्रोफ़ाइल README

@isaacs के लिए तैयार पाँच GitHub प्रोफ़ाइल README - केवल वही Markdown और HTML जो GitHub प्रोफ़ाइल पर रखता है - कोई बाहरी CSS नहीं, कोई स्क्रिप्ट नहीं - इसलिए प्रीव्यू वही दिखाता है जो GitHub रेंडर करेगा।

आँकड़े और स्ट्रीक कार्ड के साथ भाषा बैज - क्लासिक डेवलपर प्रोफ़ाइल।

सोर्स - संपादन योग्य

जो चाहें संपादित करें - आपके बदलाव तुरंत प्रीव्यू और कॉपी/डाउनलोड में दिखते हैं।

डार्क मोड संगत प्रीव्यू

Hi, I'm isaacs 👋

npm inventor, founder npm, Inc. Former Node BDFL. All opinions are my own. Literally all of them. I own them all.

GitHub followers

Stack

JavaScript TypeScript Shell Vim Script Ruby

Activity

isaacs's GitHub stats isaacs's contribution streak

Languages

Most used languages

रिज़्यूमे चाहिए? Markdown और LaTeX रिज़्यूमे टेम्पलेट लें →