zoomers-js-footer
v0.1.0
Published
This module allows for a dynamic footer to be be generted for JS applications with an updated year and name.
Readme
Zoomers JS Footer
this should be used in the following manner
Install with the command:
npm install --save zoomers-js-footerAdd to a JavaScript Project with following code:
import { footer } from 'zoomers-js-footer';
footer('Some Name');