danz-js-footer
v0.1.1
Published
This module allows for a dynamic footer to be generated for JS applications with an updated year and name.
Downloads
3
Readme
Danz JS Footer
This should be used in the following manner
Install with the command:
$ npm install --save danz-js-footerAdd to your Javascript Project with the following code:
import { footer } from 'danz-js-footer';
footer('Some Name');