survey-common-lib
v0.0.1
Published
common lib for survey-generator
Downloads
3
Readme
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