mdh-js-footer
v0.1.0
Published
This package allows for dynamic foot to be created for JS applications with updated year and name.
Readme
MDH JS Footer
This should eb used in the folowing manner.
Install with the comman:
npm install --save mdh-js-footerAdd to a JS project with the following code:
import { footer } from "mdh-js-footer";
footer("some name");