Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nk-devcamp-js-footer

NKaelin10ISC0.1.0

This module allows for a dynamic footer to be generated for JS applications with an updated year and name.

JS, footer

readme

This should be used in the following manner

Install with the command:

npm install --save nk-devcamp-js-footer

Add to a JavaScript Project with the following code:

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

footer('Some Name');