DEV Community

Muhammad Syuqri
Muhammad Syuqri

Posted on

Newbiefy - Make Your Repo Beginner Friendly Again

My Workflow

Makes your repository beginner friendly by removing everything in place of a hello_world file in the mostly used language of the repo.

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

GitHub logo Dansyuqri / newbiefy

Makes your repository beginner friendly by removing everything in place of a hello_world.<ext> in the mostly used language of the repo.

Newbiefy

The Action you never knew you needed.

What

Makes your repository beginner friendly by removing all source code and putting a hello world file (in the most used language of the repo) in its place.

Why

Why not

Usage

- uses: dansyuqri/newbiefy@latest
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}

Additional Info

Currently it supports the following languages:

  • Java
  • Python
  • C
  • C++
  • C#
  • Visual Basic .NET
  • JavaScript
  • PHP
  • Objective-C
  • SQL
  • Ruby
  • MATLAB

The codes have been referred from this page

Demo

Head over to the test page for a demo.

Additional Resources / Info

https://github.com/Dansyuqri/newbiefy-test
source codes for the different languages were from here

Top comments (0)