ka-js-footer
v0.1.0
Published
this module allows for a dynamic footer to be generated, not rendered I think generated is a better word, generated for js applications with an updated year and name.
Downloads
2
Readme
Ka JS Footer
this should be used in the following manner
Install with the command:
npm install --save ka-js-footer
Add to a JavaScript Project with the following code:
import {footer} from 'ka-js-footer';
footer('some name');kk