7.0.9 • Published 5 years ago

mymeetingroom-core v7.0.9

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

myMeetingRoom - Core package

Prerequisiti

npm install -g mocha
npm install

Compilazione

tsc -w

Registro npm

npm set registry http://192.168.237.137:4873
npm adduser --registry http://192.168.237.137:4873

# user: mydev
# pass: mydev

Esecuzione test

mocha build/test --timeout 10000

npm config set registry http://localhost:4873 npm adduser --registry http://localhost:4873 npm login --registry http://localhost:4873/ npm publish --registry http://localhost:4873/