LittleFish-233 / standard-repository

๐Ÿš€ Standard Repository Template

Home Page:https://standard-repository.misitebao.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open source Git repository template

GitHub GitHub GitHub Repo stars GitHub user Gitter

Internationalization

English | ็ฎ€ไฝ“ไธญๆ–‡

Table of Contents

Click me to Open/Close the directory listing

Introductions

This project is a Github sample warehouse template, the main content is the sample template of README file.

Official Website

Official Website Link

Background

When searching for the required tools and libraries in the open source community, I found that there are many excellent code libraries, but there is no good README file or tutorial, which causes users to spend extra time to learn how to use it, so this project provides A standard code base template, hoping to help others.

Graphic Demo

Click Gif to view the full demo

Features

  • The project logo and corresponding data are displayed in the center
  • Provide multi-language functions and sample templates
  • README must-have instructions
  • Built-in directory navigation function to solve the problem that some Markdown parsing engines cannot parse navigation correctly

Architecture

|โ€”โ€” .gitee                          Gitee Configuration File
| |โ€”โ€” ISSUE_TEMPLATE.md             Gitee Issue Template
| |โ€”โ€” PULL_REQUEST_TEMPLATE.md      Gitee PR Template
|โ€”โ€” .github                         Github Configuration File
| |โ€”โ€” ISSUE_TEMPLATE                Github Issue Template
| | |โ€”โ€” issue-template-bug.md       Github Issue Bug Template
| | |โ€”โ€” issue-template-feature.md   Github Issue Feature Template
| |โ€”โ€” workflows                     Github Workflows
| | |โ€”โ€” deploy-for-hugo.yml         Github Workflows Hugo Example
| | |โ€”โ€” deploy-for-nodejs.yml       Github Workflows NodeJS Example
| |โ€”โ€” pull-request-template.md      Github PR Template
|โ€”โ€” website                         Project website
|โ€”โ€” CHANGELOG.md                    Release Log
|โ€”โ€” LICENSE                         LICENSE
|โ€”โ€” README.md                       English README
|โ€”โ€” README.zh-Hans.md               Other Language README
|โ€”โ€” README.tmpl.md                  README Template

Getting Started

Click me to view the template file, and then click Edit to copy the template content.

If your README conforms to the standard-repository, you can add a badge to link back to this specification to help others adopt this readme.

Readme file conforming to standard-repository

To add in markdown format, please use the following code:

[![Readme file conforming to standard-repository](https://img.shields.io/badge/Readme--Style-standard--repository-brightgreen?style=flat-square&color=f83500)](https://github.com/misitebao/standard-repository)

To add in HTML format, please use the following code:

<a href="https://github.com/misitebao/standard-repository">
  <img
    alt="GitHub"
    src="https://img.shields.io/badge/Readme--Style-standard--repository-brightgreen?style=flat-square&color=f83500"
  />
</a>

Maintainer

Thanks to the maintainers of these projects:

misitebao

Click me to Open/Close the contributors listing
  • Misitebao - Project author, full stack engineer.

Contributors

Thank you to all the contributors who participated in the development of standard-repository. Contributors

crushonyou18

Community Exchange

  • Gitter - A public instant chat tool.

Part Of Users

If your project uses this specification, you can fork this project and submit a PR to add your project to this list, so that others can know your project.

License

License MIT

About

๐Ÿš€ Standard Repository Template

https://standard-repository.misitebao.com/

License:MIT License


Languages

Language:JavaScript 81.5%Language:CSS 18.5%