# lucy-xp CLI

`lucy-xp` is the command line tool for doing development work with the Lucy Experience Portal.

It allows you to:

1. initialize a new project from a standard template
2. upload your changes to a Lucy server

## Installation and running

`lucy-xp` is available as an npm package.

You can choose to install it locally and run it, or directly run it using `npx`.

To download and install the tool locally:

```bash
npm install --save lucy-xp
```

Once this is done, you can use the `lucy-xp` command to run it.

Alternatively you can directly run it from npm using:

```bash
npx lucy-xp [command]....
```

The `npx` command is a standard npm tool to directly download and execute a package.
