NSHMP TypeScript Utilititles
API documentation: https://ghsc.code-pages.usgs.gov/nshmp/nshmp-utils-ts/
Contains interfaces and enums for dealing with the following on the web:
Commands
-
npm run build
: Compile TypeScript files -
npm run clean
: Remove compiled files -
npm run lint
: Lint project -
npm run fix
: Fix formatting issues
Installation
To install this as a NPM package first add the following to the .npmrc
file:
@ghsc:registry=https://code.usgs.gov/api/v4/packages/npm/
Install the package as:
npm i -S @ghsc/nshmp-utils-ts