dq-devcamp-js-footer
v0.1.0
Published
This is a student project. This module allows for a dyanmic footer to be generated for JS applications with an updated year and name.
Downloads
8
Readme
Devcamp JS Footer
This should be used in the following manner
Install with the command:
npm install --save dq-devcamp-js-footerAdd to a JavaScript project with the following code:
import { footer } from 'dq-devcamp-js-footer';
footer('Some Name');