Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hayat01sh1da/github-wiki-organisers
- Owner: hayat01sh1da
- License: mit
- Created: 2024-10-15T13:04:55.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-08T14:18:07.000Z (about 1 month ago)
- Last Synced: 2024-12-08T15:20:57.990Z (about 1 month ago)
- Topics: automation, minitest, python, ruby, unittest, work-efficiency
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)