2.0.6 • Published 4 years ago

@unegma/rain-sdk v2.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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 in Code

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());

todo

  • keep an eye that hardhat.d.ts isn't added to typechain folder
2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago