0.0.17 • Published 7 years ago
@dx-schematics/oslo v0.0.17
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/cliInstall this schematics in your working directory by running
npm install @dx-schematics/osloUsage
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.