mark-js-footer
v0.1.0
Published
This module generates a footer for JS applications with updated name and year.
Downloads
3
Readme
Devcamp JS Footer
Install with the command:
npm install --save mark-js-footer
This should be used in the following manner
import { footer } from 'mark-js-footer'
footer('Some Name');