Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,34 +79,6 @@ This also allows us to pick up the bill on behalf of our customers.

When we make improvements to this process, these are available instantly to all users of the wizard, no training delays or other ambiguity.

## Testing locally

Run:

```bash
pnpm try --install-dir=[a path]
```


To build and use the tool locally:

```
pnpm build
```
This compiles the TypeScript code and prepares the `dist` directory. Run this command any time you make changes to the wizard's source code.

```bash
pnpm link --global
```
This command makes your local version of the wizard available system-wide. You generally only need to do this once.

Then:

```bash
wizard [options]
```
The wizard will execute your last build.

## Publishing your tool

To make your version of a tool usable with a one-line `npx` command:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading