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

Package detail

ahr-hello-pack

md-ahr1ISC2.2.2TypeScript support: included

Basic nodejs package

nodejs, npm, typescript, package

readme

ahr-hello-pack

The ahr-hello-pack is a simple npm package library.

Installation

Using npm:

$ npm i -g npm
$ npm i --save ahr-hello-pack

How to use:

import { Calculator } from 'ahr-hello-pack/lib/app';
new Calculator(10, 6);
calObject.sum();