lucy-xp is the command line tool for doing development work with the Lucy Experience Portal.
lucy-xp
It allows you to:
initialize a new project from a standard template
upload your changes to a Lucy server
lucy-xp is available as an npm package.
You can choose to install it locally and run it, or directly run it using npx.
npx
To download and install the tool locally:
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:
npx lucy-xp [command]....
The npx command is a standard npm tool to directly download and execute a package.
Last updated 1 year ago