js-builder2

This module allows for a dynamic footer to be generated for a js applciation

Usage no npm install needed!

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

README

DevCamp JS Footer

This should be used in the following manner

install with the command:

npm install --save devcamp-js-footer

add to Javascript with the following code:

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

footer('Some Name');

devcamp-js-footer

devcampJS-builder