terratech-cs-devcamp-js-footer
v0.1.0
Published
Dynamic footer module generator JS Module w/ updated year and name
Readme
Devcamp JS Footer
This should be used in the folloing manner
Install with ther command:
npm install --save devcamp-js-footerAdd to a JavaSctipt Project Footer with the following codeL
import { footer } from 'devcamp-js-footer';
footer('Some Name');