paulk-npm
v1.0.1
Published
This module allows for a dynamic footer to be generated for JS applications with an updated year and name.
Downloads
1
Readme
PaulK-NPM JS Footer
This should be used in the following manner
Install with the command:
npm install --save PaulK-NPM
Add to a JavaScript Project with the following code:
```javascript
import { footer } from 'PaulK-NPM';
footer('Some Name');