Publicly available scripts to load on the sites
Explore the docs »
View Demo
·
Report B
77B1
ug
·
Create a PR
Table of Contents
The purpose of this repo is to store the scripts for pulicly available webpages in order to load them on the site.
- Clone this Repo
git clone ssh://git@github.com/devicebits/public.git
- Install
cd public
The scripts can be loaded in whatever prefered method of yours. For example using jsDelivr
.
<script src="https://cdn.jsdelivr.net/gh/devicebits/public/scripts/name_of_the_script.js" />
For more examples, please refer to the Documentation
See the open pull requests for a full list of proposed features (and known issues).
If you have an issue tracked via Jira, create a pull request from your Branch.
- Clone the Project (see Installation)
- Create your Feature Branch (
git checkout -b DCS-<num>
) - Commit your Changes (
git commit -m 'feat: add some amazing feature'
) - Push to the Branch (
git push --set-upstream origin DCS-<num>
) - Open a Pull Request