Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 342 Bytes

Altamir Generator

A Yeoman generator for Altamir.

yo altamir:<project type> will scaffold a new project for you (e.g. yo altamir:api).

Usage

Create an empty directory for your new Altamir Project, then run the generator:

mkdir myproject
cd myproject
npx -p yo -p generator-altamir yo altamir:api