Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hayat01sh1da/github-wiki-organisers

This repository contains Ruby and Python scripts which categorise Wikis to namespace on Home and Sidebar, and directories by the ownership unit.
https://github.com/hayat01sh1da/github-wiki-organisers

automation minitest python ruby unittest work-efficiency

Last synced: 19 days ago
JSON representation

This repository contains Ruby and Python scripts which categorise Wikis to namespace on Home and Sidebar, and directories by the ownership unit.

Awesome Lists containing this project

README

        

## 1. Common Environment

- WSL(Ubuntu 24.04.1 LTS)

## 2. READMEs

- [Ruby](./ruby/README.md)
- [Python](./python/README.md)

## 3. How to Use

Make sure that you declare the owner of the Wiki on the top of the document as follows.

```markdown
Owner: @sample-owner

---

This is a sample Wiki.
```

- [For Ruby Users](./ruby/README.md#2-execution)
- [For Python Users](./python/README.md#2-execution)