Quickstart
A quick dive into getting started with Lore
A quick dive into getting started with Lore
Before you can use Lore, you will need to install Node. If you don't have it installed, see these instructions.
To get started with Lore, first install the CLI (Command Line Interface) from npm:
$ npm install -g lore-cli
Once the CLI is installed, you will have access to lore from the command line. Run lore to see a list of available commands:
$ lore
Usage: $ <command>
Commands:
new       Create a new application
extract   Create files that mirror the blueprint behavior
generate  Generate common project files
Options:
--version  Show version number                                       [boolean]
--help     Show help                                                 [boolean]
Please enter a valid command.
Now that the lore-cli is installed, let's create a new application.