npmfooter_bb
v0.1.0
Published
This Module will generate a dynamic footer for JS Apps with and auto updating year of use and name of user/company
Downloads
1
Readme
NPMFooter
This should be used in the following manner
install with following code:
npm install --save NPMfooter
add to a JS project with the following code:
import { footer } from 'NPMFooter';
footer('Some name')