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