0.0.1 • Published 4 years ago
survey-common-lib v0.0.1
Common lib for Survey generator
this library provide common class for survey generator app
Installation
npm i survey-common-libadd firebase certificate into your root folder and name it
credential-firebase.jsonDevelop and test
To develop, we run:
npm run watch-tsand in a separate terminal we run (open it in terminal debug for debbuging)
npm startDeploy
npm version patch
npm run build
npm publishDocumentation
to build docs
npx typedoc --out ./docs src0.0.1
4 years ago