Socket
Socket
Sign inDemoInstall

github-marquee

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github-marquee

Writes a message to the GitHub Contributions calendar matrix.


Version published
Weekly downloads
1
Maintainers
1
Install size
60.9 kB
Created
Weekly downloads
 

Readme

Source

</marquee>

</marquee> is a command-line Node.js app that creates back-dated Git commits in order to write a message on your GitHub contribution summary graph.

Example

Marquee Example

Installation

npm install github-marquee

Usage

Writing a marquee message to your GitHub contribution summary graph is done in a few steps.

Step 1: Create a New Directory

</marquee> is designed to work on a brand new repository. Because we are manipulating history, it is a really bad idea to use this on an existing repository.

$ mkdir hi-there

Step 2: Create Commit Messages

Open up your terminal and use the following syntax to create a commit history that maps to your message.

$ marquee <message>

Step 3: Create a Public GitHub Repository

</marquee> only creates a contribution history, it does not interface directly with GitHub. After you've set up your commits, head over to https://github.com/new and create a new repository.

Be sure to leave "Initialize this repository with a README" unchecked, and do not add a license or .gitignore.

Step 4: Push Your New Repository

After creating your repository, follow the GitHub instructions to "push an existing repository from the command line." After pushing your repository, your GitHub contribution summary graph will be updated immediately.

FAQs

Last updated on 21 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc