1.1.0 • Published 3 years ago

@abstractapi/javascript-core v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.