firtsnpm
v0.1.0
Published
dynamic JS footer
Readme
Derek JS Footer
This should be used in the following manner
Install with command:
```
npm install --save derek-js-footer
```
Add to a JavaScript Project with the following code:
```javascript
import {footer} from 'FIRSTNPM';
footer('Some Name')
```