readme-template

Open-source projects categorized as readme-template

Top 23 readme-template Open-Source Projects

  • Best-README-Template

    An awesome README template to jumpstart your projects!

  • Project mention: wf.nvim: a new which-key plugin for Neovim. | /r/neovim | 2023-04-27

    othneildrew/Best-README-Template is the basis for this creation.

  • readme-md-generator

    📄 CLI that generates beautiful README.md files

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • The-Documentation-Compendium

    📢 Various README templates & tips on writing high-quality documentation that people want to read.

  • Project mention: 5 coding habits you need to stop! | dev.to | 2023-05-24

    The Documentation Compendium

  • awesome-github-profile-readme-templates

    This repository contains best profile readme's for your reference.

  • Project mention: 💼 50 Tips to Land a Remote Tech Job Based on My 45-Day Journey to 2 Offers | dev.to | 2024-03-04

    A well-curated GitHub page speaks volumes. Start with a repository named after your account and build from there. There are many templates for README.md to choose from.

  • github-stats

    Better GitHub statistics images for your profile, with stats from private repos too

  • Project mention: Ask HN: How to Do a GitHub Wrapped? | news.ycombinator.com | 2023-12-19

    I have done similar work using the GitHub APIs before. I recommend using their GraphQL explorer to develop your queries interactively. You may need to fall back on the REST API instead of the GraphQL one for certain stats.

    https://docs.github.com/en/graphql/overview/explorer

    You can also refer to my code here, which may already collect some of the statistics you're interested in.

    https://github.com/jstrieb/github-stats/blob/master/github_s...

    I predict the most annoying part of this project will be dealing with authentication. There are a handful of ways to do it, and the permissions can be finicky depending on what data you are fetching.

    Best of luck!

  • awesome-readme-template

    An awesome README template for your projects!

  • readme-ai

    👾 Automated README file generator, powered by large language model APIs.

  • Project mention: README-AI: Auto-generate README.md files! | /r/Python | 2023-05-18

    Hey fellow Redditors, Just wanted to share a cool way I've been using ChatGPT recently. I've been messing around with README-AI, a fantastic tool that auto-generates really slick README files for GitHub repos, and I had an idea for a new feature (GitLab support, for anyone interested). But rather than write the feature request issue myself, I let ChatGPT handle it! That's right, I got an AI to write a GitHub issue for a tool that uses AI. Sounds like an inception, right? Check out the issue here: https://github.com/eli64s/README-AI/issues/13 I think it's pretty impressive how coherently and effectively ChatGPT can communicate an idea. Just another interesting application for AI. Anyone else using ChatGPT in novel ways? Would love to hear your stories! Oh, and just for the record, this Reddit comment itself was also generated by ChatGPT. It seems like the AI rabbit hole goes even deeper. 😉 Cheers!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • awesome-README-templates

    A collection of awesome readme templates to display on your github profile.

  • github-activity-readme

    Updates README with the recent GitHub activity of a user

  • a-good-readme-template

    A template to make good README.md

  • Project mention: Get People Interested in Contributing to Your Open Project | dev.to | 2024-02-05

    You can use a template to create the README for your project: * GitHub README Templates * A template to make good README.md

  • MartinHeinz

    My GitHub Profile README. Don't just fork, star it, so others can find it too! 👀

  • trinib

    Don't just be a forker🔱...Hit that 🅂🆃🄰🆁⭐...........( ͡° ͜ʖ ͡°)-︻デ┳═ー - - - - - - - - - -💥¦̵̱ ̵̱ ̵̱ ̵̱ ̵̱(̢ ̡͇̅└͇̅┘͇̅ (▤8כ−◦My Profile........ Chess♟️ ◉═╬::::::::::::::::::::::::::::::::::::⫸♚ ♛ ♜ ♝ ♞ ▓▒░🔴Connect Dot🟡░▒▓ 🌈☁️Word Cloud ≡͇͇͇͇͇҈҈҈҈≡͇͇͇͇͇͇͇͇͇͇҈҈҈҈≡͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇҈҈҈҈≡͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇҈҈҈҈≡͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇͇҈҈҈҈≡͇͇͇͇͇͇

  • ReadMeTemplate

    Done with your project but having a hard time writing a ReadMe? Check Out This Repo. If you like it then use it

  • cf-stats

    A github action based realtime Codeforces activity statistics card and badge generator for github readme

  • Awesome-Repo-Template

    An awesome repo template packed with tons of tools & more to kick-start your next project / repo!

  • Project mention: The Perfect Repo Template: A repo template packed with tons of tools & more to kick-start your next project / repo! | /r/github | 2023-05-03
  • cargo-rdme

    Cargo command to create the README.md from your crate's documentation

  • readme-template

    :file_cabinet: modelo de readme.md que utilizo nos repositórios dos meus projetos (by tatialveso)

  • readme-pro

    Simple and Easy way to create any ReadMe. Make readme in just few clicks!

  • readme

    Examples of README files and notes about how to write them. (by inessadl)

  • autobadge

    Simple CLI tool to generate essential repository badges with ease

  • readmix

    Markdown with wings!

  • Project mention: [AskJS] Is NextJS file naming system problematic? | /r/javascript | 2023-05-19

    I am working on a readme generator that allows you to write JavaScript inside your markdown. It will have dynamic routes that will allow you to generate multiple markdown files from a single source file. For example, companies.json contains data about 100 companies, company.md.rx is the template and together these will generate 100 markdown files, one for each company.

  • ultimate-project-readme

    The Ultimate Readme for Creating Project Readmes — the Readme of Readmes!

  • Project mention: Elevate Your GitHub README Game | dev.to | 2024-02-07

    In this post, I’ll share some of my favorite tips and tricks for creating a better README. Some of these are Markdown or HTML tricks, others are GitHub-specific, and some regard the applications I’ve found most useful. Broadly, I’ve divided these lessons into three categories: gifs, links, and tables. For a comprehensive README template, check out the accompanying Ultimate GitHub Project README repo!

  • sarveshh

    Welcome to my GitHub. I'm sure you'll find something interesting here.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-04.

readme-template related posts

Index

What are some of the best open-source readme-template projects? This list will help you:

Project Stars
1 Best-README-Template 12,934
2 readme-md-generator 10,712
3 The-Documentation-Compendium 5,427
4 awesome-github-profile-readme-templates 3,788
5 github-stats 2,702
6 awesome-readme-template 1,665
7 readme-ai 1,218
8 awesome-README-templates 940
9 github-activity-readme 752
10 a-good-readme-template 428
11 MartinHeinz 396
12 trinib 345
13 ReadMeTemplate 289
14 cf-stats 162
15 Awesome-Repo-Template 133
16 cargo-rdme 117
17 readme-template 64
18 readme-pro 47
19 readme 47
20 autobadge 19
21 readmix 11
22 ultimate-project-readme 5
23 sarveshh 1
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com