mox-devcamp-js-footer
v1.0.0
Published
This module allows for a dynamic footer to be generated for JS applications with an updated year and name. Following along with Jordan Hudgens' video.
Downloads
1
Readme
Devcamp JS Footer
This should be used in the following manner
Install with the command:
npm install --save mox-devcamp-js-footer
Add to a JavaScript Project with the following code:
import { footer } from 'mox-devcamp-js-footer';
footer('Some Name');