1.1.0 • Published 2 years ago

@pqrux/my-first-nodejs-package v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

My First Node JS Package

This is a simple project made as example for my first NPM Package.

It follows the best practices for typescript coding, separating every module, testing with jest, using CI and providing examples.

Installation

Install this package using npm or yarn:

npm i @pqrux/my-first-nodejs-package

Usage

Import the available modules as demonstrated below:

import { Multiplication } from "@pqrux/my-first-nodejs-package";

const result = Multiplication(3,3);

console.log(result);
1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago