footer-creator-for-java-script
v0.1.0
Published
Module to create a "footer" for Java Script app`s and it include name and current year.
Downloads
2
Maintainers
Readme
Devcamp Java Script Footer
This should be used in the following manner:
Install with the command:
```bash
npm install --save footer-creator-for-java-script
```
Add to a JavaScript Project with the following code:
```javascript
import { footer } from "footer-creator-for-java-script";
footer('Some name');
```