0.2.3 • Published 7 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 lexascli
Basic 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 init
Running the development server
From within an existing project directory
lexascms serve
Generating files
From within an existing project directory
lexascms generate <blueprintName> <name>