2.0.6 • Published 3 years ago

@unegma/rain-sdk v2.0.6

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 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

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago