JSPM

dq-devcamp-js-footer

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q16983F
  • License MIT

This is a student project. This module allows for a dyanmic footer to be generated for JS applications with an updated year and name.

Package Exports

  • dq-devcamp-js-footer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dq-devcamp-js-footer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

This should be used in the following manner

Install with the command:

npm install --save dq-devcamp-js-footer

Add to a JavaScript project with the following code:

import { footer } from 'dq-devcamp-js-footer';

footer('Some Name');