devu-js-footer
v0.1.0
Published
This module allows for a dynamic footer to be generated for JS appplications with an updated year and name.
Downloads
2
Readme
DevU JS Footer
This should be used in the following manner
Install with the commands:
npm install --save devU-js-footer
Add to a Javascript Project with the follwing code:
import{footer} from 'devU-js-footer';
footer('Some Name');