npm-module-footer-devcamp
v0.1.0
Published
This module allows for a dynamic footer to be generated for Js applications with an updated year and name.
Downloads
2
Readme
Devcamp JS Footer
This Should be used in the following manner.
Install with the command:
npm install --save npm-module-footer-devcamp
Add to JavaScript Project with the following code:
import [ footer ] from 'npm-module-footer-devcamp';
footer('Some Name');