bjn-copyright-footer
v0.1.0
Published
This module allows a dynamic footer to be generated for js applications with an updated year and name
Readme
Copyright Footer
This should be used in the following manner
Install with the command:
npm install --save bjn-footer-copyrightAdd to the js project with the following code:
import { footer } from 'copyright-footer';
footer('Some Name');