gg-js-footer

this module allows for a dynamic footer to be generated for js application with an updated year and name.

Usage no npm install needed!

<script type="module">
  import ggJsFooter from 'https://cdn.skypack.dev/gg-js-footer';
</script>

README

"Devcamp js footer

this should be used in the following manner install with the command

'''npm install --save gg-js-footer '''

Add to javaScript code with the following code:

'''javaScript

import {footer} from 'gg-js-footer'; footer('some name'); '''