/newbiefy

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

Primary LanguageJavaScriptMIT LicenseMIT

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.