Skip to content

Jin2022/yakia

 
 

Repository files navigation

GitHub GitHub GitHub Repo stars GitHub release (latest by date including pre-releases) GitHub user Pre Build 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

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

Readme file conforming to yakia

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

[![Readme file conforming to yakia](https://cdn.jsdelivr.net/gh/misitebao/yakia/assets/badge_flat-square.svg)](https://github.com/misitebao/yakia)

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

<a href="https://github.com/misitebao/yakia">
  <img
    alt="GitHub"
    src="https://cdn.jsdelivr.net/gh/misitebao/yakia/assets/badge_flat-square.svg"
  />
</a>

Please modify the file name yourself to get the style you want:

File Nmae Style Preview
badge_flat-square.svg Readme file conforming to yakia
badge_flat.svg Readme file conforming to yakia
badge_for-the-badge.svg Readme file conforming to yakia
badge_plastic.svg Readme file conforming to yakia
badge_social.svg Readme file conforming to yakia

Maintainer

Thanks to the maintainers of these projects:

misitebao

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

Contributors

Thank you to all the contributors who participated in the development of yakia. 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

Tools for developers to manage projects.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.0%
  • Other 2.0%