Devcamp JS Footer
This should be used in the following manner
Intall with the command:
npm install --save cm-devcamp-js-footerAdd to a JavaScript Project with the following code:
import { footer } from 'cm-devcamp-js-footer';
footer('Some Name);This module allows for a dynamic footer to be generated for JS applications with an updated year and name.
This should be used in the following manner
Intall with the command:
npm install --save cm-devcamp-js-footerAdd to a JavaScript Project with the following code:
import { footer } from 'cm-devcamp-js-footer';
footer('Some Name);