Skip to content

Commit 5f51311

Browse files
committed
Added Other Projects section to README.md
1 parent 0a29d9b commit 5f51311

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

Documentation/Other Projects.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Other Projects
2+
3+
| Name | Description | Link |
4+
| ------------- | ------------------------------------------------------------------------------ | ------------------------------------------ |
5+
| tiny-midi | Tiny wrapper around Window/macOS native MIDI libraries for reading MIDI input. | <https://github.com/neogeek/tiny-midi> |
6+
| chart-to-json | Parse .chart files in JavaScript or the command line. | <https://github.com/neogeek/chart-to-json> |

Documentation/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ _Prototype game built using these utilities._
5959
- [Build](#build)
6060
- [Contributing](#contributing)
6161
- [Community Roadmap](#community-roadmap)
62+
- [Other Projects](#other-projects)
6263
- [License](#license)

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ _Prototype game built using these utilities._
5959
- [Build](#build)
6060
- [Contributing](#contributing)
6161
- [Community Roadmap](#community-roadmap)
62+
- [Other Projects](#other-projects)
6263
- [License](#license)
6364

6465
## Platforms
@@ -976,6 +977,13 @@ This project aims to help you build your rhythm game as fast as possible without
976977
- [Feature Requests](https://github.com/neogeek/rhythm-game-utilities/labels/enhancement)
977978
- [Bugs](https://github.com/neogeek/rhythm-game-utilities/labels/bug)
978979

980+
## Other Projects
981+
982+
| Name | Description | Link |
983+
| ------------- | ------------------------------------------------------------------------------ | ------------------------------------------ |
984+
| tiny-midi | Tiny wrapper around Window/macOS native MIDI libraries for reading MIDI input. | <https://github.com/neogeek/tiny-midi> |
985+
| chart-to-json | Parse .chart files in JavaScript or the command line. | <https://github.com/neogeek/chart-to-json> |
986+
979987
## License
980988

981989
[The MIT License (MIT)](./LICENSE)

UnityPackage/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ _Prototype game built using these utilities._
5959
- [Build](#build)
6060
- [Contributing](#contributing)
6161
- [Community Roadmap](#community-roadmap)
62+
- [Other Projects](#other-projects)
6263
- [License](#license)
6364

6465
## Platforms
@@ -976,6 +977,13 @@ This project aims to help you build your rhythm game as fast as possible without
976977
- [Feature Requests](https://github.com/neogeek/rhythm-game-utilities/labels/enhancement)
977978
- [Bugs](https://github.com/neogeek/rhythm-game-utilities/labels/bug)
978979

980+
## Other Projects
981+
982+
| Name | Description | Link |
983+
| ------------- | ------------------------------------------------------------------------------ | ------------------------------------------ |
984+
| tiny-midi | Tiny wrapper around Window/macOS native MIDI libraries for reading MIDI input. | <https://github.com/neogeek/tiny-midi> |
985+
| chart-to-json | Parse .chart files in JavaScript or the command line. | <https://github.com/neogeek/chart-to-json> |
986+
979987
## License
980988

981989
[The MIT License (MIT)](./LICENSE)

bin/generate_docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ COLOROFF=$(tput sgr0)
5454
(cat "./Documentation/Build.md" && printf '\n') >>README.md
5555
(cat "./Documentation/Contributing.md" && printf '\n') >>README.md
5656
(cat "./Documentation/Community Roadmap.md" && printf '\n') >>README.md
57+
(cat "./Documentation/Other Projects.md" && printf '\n') >>README.md
5758
(cat "./Documentation/License.md" && printf '\n') >>README.md
5859

5960
)

0 commit comments

Comments
 (0)