0.0.1 • Published 2 years ago

survey-common-lib v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Common lib for Survey generator

this library provide common class for survey generator app

Installation

npm i survey-common-lib

add firebase certificate into your root folder and name it

credential-firebase.json

Develop and test

To develop, we run:

npm run watch-ts

and in a separate terminal we run (open it in terminal debug for debbuging)

npm start

Deploy

npm version patch
npm run build
npm publish

Documentation

to build docs

npx typedoc --out ./docs src