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