Skip to main content
Version: next

SALVO CLI

The CLI provides some commands to automate common theme management tasks.

Eject

sh
npm run salvo eject
sh
npm run salvo eject

Vendors private dependencies into the project directory:

  • Removes @eastsideco/salvo-ts, @eastsideco/salvo-ts-build, and @eastsideco/eslint-config-salvo-ts from node_modules.
  • Compiles a copy of @eastsideco/salvo-ts.
  • Creates a vendor/ folder containing a copy of @eastsideco/salvo-ts-build, @eastsideco/eslint-config-salvo-ts, and the compiled version of @eastsideco/salvo-ts.
  • Updates package.json to refer to the local versions of dependencies under vendor/.
  • Removes extraneous files.