1.4.4 • Published 3 years ago

@unegma/template-typescript-npm-utilities v1.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Boilerplate repo

Following the example from here: https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c

Does not include tests and linting, but you should add them

Usage

npm install @unegma/template-typescript-npm-utilities

And then in your code:

import { ExampleClass } from "@unegma/template-typescript-npm-utilities";`

let exampleClass = new ExampleClass('Tim');
console.log(exampleClass.sayHello());
1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.7

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago