nestjs-webot
v2.5.8
Published
Webot Nest.JS Library
Downloads
915
Keywords
Readme
Nest.JS Webot Development Kit
Build And Generate Library :
Increase version number in
package.json
fileRemove
dist
directoryyarn build:local
=> Build and generate .tgz library in root of projectyarn build:public
=> Build and publish library
Use Library In Consumer Project (Private Installation Method) :
Remove previous version :
yarn remove nestjs-webot
Copy latest generated version of library inside root of project :
nestjs-webot-vX.X.X.tgz
Disable yarn cache or clean yarn cache :
yarn --no-cache
yarn cache clean
Install library :
yarn add ./nestjs-webot-vX.X.X.tgz
Use Library In Consumer Project (Public Installation Method) :
- Install package :
yarn add nestjs-webot