Skip to content

Dansyuqri/newbiefy

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published