1.4.38 • Published 2 years ago

@dxos/x v1.4.38

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

DXOS Shell Tools

______/\/\____/\/\______
________/\/\/\/\________
__________/\/\__________
________/\/\/\/\________
______/\/\____/\/\______ DXOS Engineering tools.

Installation

First install the Github CLI:

brew install gh

To install the dxtools binary:

npm install -g @dxos/x

To install the custom plugin for Oh My Zsh, which sets the x alias, run:

dxtools install

Then add the following to your .zshrc config:

plugins=(
  dxos
  ...
)

The install script creates the x alias to invoke the dxtools command, which may source the output into the current shell (e.g., to change directory).

Usage

To list PRs for all local repos:

x repo list --pr

To change the directory to the repo that first matches protocols:

x repo cd protocols

To change the directory to the package that first matches react:

x rush cd react

To list Github jobs for the current repo:

x workflow list

Development

To build:

yarn build:watch

To run locally:

./bin/dxtools.js

To override the global binary called by the x alias:

eval $(./scripts/debug.sh)

Alternatively, change the npm link directly (and unlink afterwards).

npm link .
yarn && yarn build

Run the following command to get debug information.

x debug

Publishing

yarn release

To upgrade (remember to unset DXTOOLS_COMMAND):

yarn global upgrade @dxos/x@latest
1.4.37

2 years ago

1.4.38

2 years ago

1.4.36

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.4.20

2 years ago

1.4.22

2 years ago

1.4.21

2 years ago

1.4.24

2 years ago

1.4.23

2 years ago

1.4.25

2 years ago

1.4.28

2 years ago

1.4.29

2 years ago

1.4.31

2 years ago

1.4.30

2 years ago

1.4.33

2 years ago

1.4.11

2 years ago

1.4.32

2 years ago

1.4.35

2 years ago

1.4.13

2 years ago

1.4.34

2 years ago

1.4.15

2 years ago

1.4.14

2 years ago

1.4.17

2 years ago

1.4.16

2 years ago

1.4.19

2 years ago

1.4.18

2 years ago

1.3.3

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.2.1

2 years ago

1.0.0

2 years ago