seh-js-footer
v0.1.0
Published
This module allows for a dynamic footer to be generated for JS application with an updated year and name.
Downloads
4
Readme
seh JS Footer
This should be used in the follwoing manner
Install with the command
npm install --save seh-js-footerAdd to a Javascript Porject with the following code:
import { footer } from 'seh-js-footer';
footer('Some Name');