kp-js-footer
v0.1.0
Published
THis module allows for a dunamic footer to be generated fpr JS applications with an updated year and name.
Readme
KP JS Footer
This should be used in the following manner.
Install with the command:
npm install --save kp-js-footerAdd to a Javascript project with the following code:
import { footer } from 'kp-js-footer';
footer('Some Name');