h05-npm-footer
v0.1.0
Published
This module allows to generate a dymanic footer for JS applications with an updated year and name.
Downloads
1
Readme
npm footer
This should be used in the following manner
Install with the command:
npm install --save h05-npm-footer
Add to a javascript project with the following code:
import { footer } from 'h05-npm-footer';
footer('Some Name');