This module alows for a dynamic footer to be generated for JS applications with an updated year and name.
npm install rfg-devcamp-js-footer
npm install --save rfg-devcamp-js-footer
`
Add to a JavaScript Project with the following code:
`javascript
import { footer } from 'rfg-devcamp-js-footer';
footer('Some Name');
``