bcw-js-footer
v0.1.0
Published
This module allows for a dynamix footer to be generated for JS applications with an updated year
Readme
bcw-js-footer
This should be used in the following manner
Install with the command:
$ npm install --save bcw-js-footerAdd to a Javascript Project with the following code:
import { footer } from 'bcw-js-footer';
footer('some Name');