- @wcferry/core: The native wcferry RPC client
- @wcferry/ws: A tiny websocket server built upon the core lib
Set environment DEBUG="wcferry:*"
will enable debugging logs (powered by https://www.npmjs.com/package/debug)
To execute tasks with Nx use the following syntax:
nx <target> <project> <...options>
You can also run multiple targets:
nx run-many -t <target1> <target2>
..or add -p
to filter specific projects
nx run-many -t <target1> <target2> -p <proj1> <proj2>
Targets can be defined in the package.json
or projects.json
. Learn more in the docs.