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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f76954 · May 18, 2023

History

72 Commits
Nov 2, 2021
Sep 14, 2022
Sep 14, 2022
Oct 4, 2021
Oct 4, 2021
Feb 15, 2022
Feb 15, 2022
Oct 28, 2021
Oct 4, 2021
Oct 28, 2021
Feb 15, 2022
Sep 14, 2022
Feb 15, 2022
Nov 2, 2021
Feb 15, 2022
Nov 2, 2021
Feb 15, 2022

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