Skip to content
/ cli Public

A cli utility to help with developing and using dxworks projects

License

Notifications You must be signed in to change notification settings

dxworks/cli

Repository files navigation

DxWorks CLI

TBA

Build

# To install dependencies and link projects
lerna bootstrap

# To build projects
lerna run build

# To build and test
lerna run create

# To publish
lerna publish