1.1.1 • Published 2 years ago

fork-on-github v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

��# Fork on Github

A Simple JavaScript Package to add Fork me on Github Ribbon on any Website

You can use this Library in your application through a UnPKG CDN.

<script src="https://unpkg.com/fork-on-github"></script>

This Package is pretty simple and easy to use. Just call a Function forkOnGithub() and pass the following arguments:

forkOnGithub({
  repo: "your_repository_url",
})

You can change Ribbon Appearance by passing the following optional arguments:

forkOnGithub({
  repo: "your_repository_url",
  backgroundColor: "444",
  textColor: "fff",
  fontSize: "16px",
  text: "Fork me on GitHub",
})

Above values are default values for the respective properties.

Join Us

Be a part of the SemiKolan Developer's Community by joining our Discord Server. Here you can discuss about the project or ask any other queries and there will be a lot of folks to help

npm.io

Code Contributers

This project exists thanks to all the people who contribute. [Contribute].