devcamp-js-builder-mjg

This module allows for a dynamic footer to be generated for JS aplications with a updated year and name.

Usage no npm install needed!

<script type="module">
  import devcampJsBuilderMjg from 'https://cdn.skypack.dev/devcamp-js-builder-mjg';
</script>

README

Deccamp JS Footer

This should be used in the following manner

Install with the command:

''' npm install --save devcamp-js-footer-mjg '''

Add to a Javascript project with the following code:

'''javascript import {footer} from 'devcamp-js-footer';

footer('Some Name'); '''