0.1.0-alpha • Published 8 years ago

@noia-network/node-settings v0.1.0-alpha

Weekly downloads
1
License
-
Repository
-
Last release
8 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.