@dx-schematics/oslo
v0.0.17
Published
A schematics to boostrap Oslo.
Downloads
12
Readme
Oslo Schematics
This repository contains a Schematics that creates a new project based on Oslo.
Prerequisite
Install the Angular CLI by running
npm install -g @angular/cli
Install this schematics in your working directory by running
npm install @dx-schematics/oslo
Usage
From your working directory run
ng new {PROJECT_NAME} -c @dx-schematics/oslo --url {API_URL}
This will download the latest version of Oslo, extract it into the {PROJECT_NAME}
folder and and configure the source files to use the provided API_URL. Then the command will install the required NPM dependencies.