Skip to content

Commit

Permalink
feat: ✨ add first proper list
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadBazaz committed Jan 24, 2024
1 parent 4e7e3d4 commit d67b06f
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 135 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
files:
- "readme-template.md"
- "readme.md"
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
Expand All @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
files:
- "readme-template.md"
- "readme.md"
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
Expand All @@ -42,4 +42,4 @@ jobs:
- name: "install awesome-bot"
run: gem install awesome_bot
- name: "linting: ${{ matrix.files }}"
run: awesome_bot --allow-redirect --white-list https://github.com/YOUR_GITHUB_USER/YOUR_REPO ${{ matrix.files }}
run: awesome_bot --allow-redirect ${{ matrix.files }}
45 changes: 0 additions & 45 deletions ci/.github/workflows/lint.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ALWAYS create a new branch with your proposed changes. Thank you!

## Adding an new Item

- Try to fit your item into an existing sections. [Open a suggestion](https://github.com/YOUR_GITHUB_USER/YOUR_REPO/issues/new) to start as discussion about any new sections.
- Try to fit your item into an existing sections. [Open a suggestion](https://github.com/grayhatdevelopers/awesome-playroom/issues/new) to start as discussion about any new sections.
- Add a new item to the bottom of the list in a section.
- If a duplicate item exists, discuss why the new item should replace it.
- Check your spelling & grammar.
Expand Down
59 changes: 0 additions & 59 deletions readme-template.md

This file was deleted.

87 changes: 60 additions & 27 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,63 @@
# Awesome List Template

This is an [awesome-list](https://github.com/sindresorhus/awesome) template with
CI to run [awesome-lint](https://github.com/sindresorhus/awesome-lint) and
[awesome_bot](https://github.com/dkhamsing/awesome_bot) to be compliant from the
beginning.

## Usage

1. [generate a template of this repo](https://github.com/jthegedus/awesome-list-template/generate)
2. run a find & replace of `YOUR_GITHUB_USER/YOUR_REPO` with your details
3. edit `readme-template.md`
- update the h1 title
- update the subtitle
- update the description
- add img src, make it link to the site of the thing in the image.
4. choose a CI template
- GitHub Action: move config folder from `repo-root/ci/.github/` to
`repo-root/.github`
- Circle CI: move config folder from `repo-root/ci/.circleci/*` to
`repo-root/.circleci/*`
- GitLab CI: move config file from `repo-root/ci/.gitlab-ci.yml` to the
`repo-root/.gitlab-ci.yml`
5. run a find & replace `readme-template.md` to `readme.md` in the CI you chose
5. delete this file
6. rename `readme-template.md` file to `readme.md`
<div align="center">

<!-- title -->

<!--lint ignore no-dead-urls-->

# 🏁 Awesome Playroom [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![lint](https://github.com/grayhatdevelopers/awesome-playroom/actions/workflows/lint.yaml/badge.svg)](https://github.com/grayhatdevelopers/awesome-playroom/actions/workflows/lint.yaml)

<!-- subtitle -->

An awesome list for everything Playroom, the multiplayer library!

<!-- image -->

<a href="" target="_blank" rel="noopener noreferrer">
<img src="" />
</a>

<!-- description -->

PlayroomKit is a product of Playroom, which greatly accelerates web game dev by making games multiplayer within just a few lines. See
[their website](https://joinplayroom.com) for more info.

</div>

<!-- TOC -->

## Contents

- [Featured (new releases)](#featured-new-releases)
- [Open source games](#open-source-games)
- [Follow](#follow)

<!-- CONTENT -->

## Featured (new releases)

- [Playroom Docs](https://docs.joinplayroom.com) - The official documentation of PlayroomKit

## Open source games

- [Platformer.ai](https://github.com/Muhammad-Saad12/platformer.ai) - A Mario-like N player sample cast game for PlayroomKit.

## Boilerplates

- [create-multiplayer-game](https://github.com/grayhatdevelopers/create-multiplayer-game) - Create a multiplayer web game in seconds 👾🚀

<!-- END CONTENT -->

## Follow

<!-- list people worth following on social sites (Twitter, LinkedIn, GitHub, YouTube etc.) -->

- Tabish Ahmed ([Twitter](https://twitter.com/TaabiTweets))
- Asad Memon ([Twitter](https://twitter.com/_asadmemon))

## Contributing

Contributions welcome!
[Contributions of any kind welcome, just follow the guidelines](contributing.md)!

### Contributors

[Thanks goes to these contributors](https://github.com/grayhatdevelopers/awesome-playroom/graphs/contributors)!

0 comments on commit d67b06f

Please sign in to comment.