Installing Libraries
The webdaemon
npm library helps you develop Web Agent apps, with support
for both front-end and back-end code.
Versions
The webdaemon
library uses conventional semantic versioning:
npm install webdaemon
installs the latest production version.npm install webdaemon@latest
is the same as the above.npm install webdaemon@14.3.1
installs the specified version.npm install webdaemon@dev
installs the current development version.