UNPKG

alexpogor-js-footer

Version:

This module allows for a dynamic footer to be generated for JS applications with an updated year and name.

16 lines (10 loc) 278 B
## Just a simple JS footer > This should be used in the following manner ``` npm install --save alexpogor-js-footer ``` Add to a JavaScript project with the following code: ```javascript import { footer } from "alexpogor-js-footer"; footer("Some name"); ```