@abstractapi/javascript-core
v1.1.0
Published
AbstractAPI Javascript Core Library - Used by the other Abstract API libraries
Downloads
114
Maintainers
Readme
AbstractAPI javascript-core library
Pure JS library for using Abstract API. This is core library that has some shared logic and functions used by other libraries.
See other
To use and maintain this library, please see the following:
NPM
Installation
Run npm install
in the command line to install the dependencies. To update those dependencies you need to run npm update
.
Building
To build the library and generate the minified file in the dist directory, you need to run npm run build
.
To build the lib, you need to run npm run build:lib
.
Test
To run the test suite, you need to run: npm run test
.