0.2.3 • Published 8 years ago
lexascli v0.2.3
lexascli
The LexasCMS command line tool. For full LexasCMS documentation, click here.
Requirements
- Node 8.0 or greater (including NPM)
- Docker
Installation
npm install -g lexascliBasic Usage
After installation, the lexascms command will be available to you.
You can call lexascms help to see a full list of the available commands and their options. For more detailed documentation, please visit our guides.
Creating a new project
lexascms new <projectName>Reinitializing an existing project
From within an existing project directory
lexascms initRunning the development server
From within an existing project directory
lexascms serveGenerating files
From within an existing project directory
lexascms generate <blueprintName> <name>