eww-js-footer
v0.2.1
Published
This module allows for a dynamic footer to be generated for JS applications with an updated year and name.
Downloads
3
Readme
EWW JS Footer
This should be used in the following manner
Install with the command:
npm install --save eww-js-footer
Add to a JavaScript Project with the following code:
import { footer } from eww-js-footer;
footer('Some Name');