Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 990 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 990 Bytes

Wcferry

CI npm version

Packages

  1. @wcferry/core: The native wcferry RPC client
  2. @wcferry/ws: A tiny websocket server built upon the core lib

Debug

Set environment DEBUG="wcferry:*" will enable debugging logs (powered by https://www.npmjs.com/package/debug)

Running tasks

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.