danmedinafirstnpm
v0.1.0
Published
My first NPM. Allows for a dynamic footer to be generated for JS applications with an updated year and name.
Readme
Dan Medina JS Footer
This should be used in the following manner
Install with the command;
npm install --save danmedina-js-footerAdd to a JavaScript Project with the following code:
import { footer} from 'firstNPM';
footer('Some Name');