1.0.12 • Published 3 months ago

iniwebstorage v1.0.12

Weekly downloads
-
License
INITECH
Repository
-
Last release
3 months ago

INIWebStorage - INITECH Web Storage

Getting Started

npm install git+https://pms.initech.com/bitbucket/scm/nopi/iniwebstorage.git

How to build your own INIWebStorage

Clone a copy of main INIWebStorage git repo by running:

git clone https://pms.initech.com/bitbucket/scm/nopi/iniwebstorage.git

Enter the INIWebStorage directory and run the build script:

cd iniwebstorage && npm run build

The built version of INIWebStorage will be put in the lib/ subdirectory, along with transfiled javascript file and typescript definition file.

Running the Unit Test

Make sure you have the necessary dependencies:

npm install

Start npm test to test:

npm test