copyrightproject
v0.1.0
Published
This module allows for a dynamic footer to be generated for JS applications with an updated year and name.
Downloads
3
Readme
Devcamp JS Footer
this should be used in the following manner.
Install with the command:
npm install --save devcamp-caa-js-footer
Add to JavaScript Projects with the following code.
import { footer } from 'devcamp-caa-js-footer';
footer ('Some Name');