0.1.5 • Published 7 years ago

kklibrary v0.1.5

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

kklibrary

A node js library

KKLibrary

A small library with useful nodejs functions. This is my first experiment with npm Started with: https://medium.com/@jdaudier/how-to-create-and-publish-your-first-node-js-module-444e7585b738 Here I learned some basic strategies including testing.

Libraries: Demo JSONTools

Installation

npm install @kjelkols/kklibrary

Usage

A simple example

var numFormatter = require('@jdaudier/number-formatter');

var formattedNum = numFormatter(35666);

Output should be 35,666

Tests

npm test

Contributing

This code is ad-hoc and may be changed without notice.

Version history

0.1.1

When installed, you get the Demo inside an object: { Demo }

0.1.0

A first try

0.1.5

7 years ago

0.1.4

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago