Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

dodevops/yeoman-generator-typescript

Repository files navigation

This generator is ARCHIVED as we're not using it anymore.

A highly opinionated Yeoman generator for typescript modules

npm Travis (.org)

Introduction

This is a highly opinionated Yeoman generator for building Typescript-based modules with the following features:

Usage

Install yo and generator-dodevops-typescript globally:

npm install -g yo generator-dodevops-typescript

Create a new directory and run the generator

mkdir my-project
cd my-project
yo dodevops-typescript

The generator will ask you a few questions and then you can start right away by opening then example class in index.ts in your favourite editor or IDE.