lucy-xp
lucy-xp
is the command line tool for doing development work with the Lucy Experience Portal.
It allows you to:
initialize a new project from a standard template
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:
Once this is done, you can use the lucy-xp
command to run it.
Alternatively you can directly run it from npm using:
The npx
command is a standard npm tool to directly download and execute a package.
Last updated