kd-js-footer
v0.1.0
Published
this module will allow a dynamic footer to be generated for JS applications with an updated year and name.
Readme
Kyle's JS Footer
These are instructions on how to use the footer:
Install with the command:
npm install --save kd-js-footeradd to a Javascript Project with the following code:
import {footer} from 'kd-js-footer';
footer('Some Name');