1.0.2 • Published 5 years ago

@noia-network/node-settings v1.0.2

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

Node Settings

Handles NOIA Node settings file.

Debugging

  1. Install dependencies
$ npm install
  1. Build project
$ npm run build
  1. Debugging:

    • Using VSCode, add breakpoints in code and press F5.
    • Otherwise run $ npm run debug to start ./src/__tests__/debug.ts file.