bootcamp-div-js-footer
v0.1.0
Published
This module allows for a dynamic footer to be generated for JS applications with an updated year and name.
Downloads
1
Readme
Bootcamp JS Footer
This should be used in the following manner
Install with teh command:
npm install --save bootcamp-div-js-footer
import {footer} from "bootcamp-div-js-footer";
footer("Some Name");