devcamp-npm-footer
v0.1.0
Published
this module generates a dynamic footer for JS applications with an updated year and name
Downloads
1
Readme
Devcamp NPM 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 code:
'''javascript import { footer } from 'devcamp-npm-footer';
footer('Some Name'); '''