js-devcamp-footer-kedav

0.1.2 • Public • Published

This should be used in the folllowing manner

install with the command:

npm i devcamp-js-footer-kedav

Add to a Javascript Project using the following code:

import { footer } from 'devcamp-js-footer-kedav';
footer('some name');

'use strict';

var moment = require('moment');

/**

  • Returns a string element with a footer and updating year
  • @param {string} name
  • @return {string} */ exports.footer = function (name) { return "Copyright " + moment().format('YYYY') + " " + name + " All rights reserved"; };

Readme

Keywords

Package Sidebar

Install

npm i js-devcamp-footer-kedav

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

1.65 kB

Total Files

3

Last publish

Collaborators

  • k.davis1993