UNPKG

ad-footer-js

Version:

This module allows for a dynamic footer to be generated for JS applications with an updated year and name.

18 lines (11 loc) 297 B
## Aaron JS Footer > This should be use in the following manner Install with the command: ``` $ npm install --save ad-footer-js ``` Add to your Javascript Project with the following code: ```javascript import { footer } from ‘ad-footer-js’; footer(‘Some Name’); ```