An open API service indexing awesome lists of open source software.

https://github.com/tvrtkom/generator-ts-project-node

Simple generator for ts project with eslint and prettier
https://github.com/tvrtkom/generator-ts-project-node

Last synced: about 2 months ago
JSON representation

Simple generator for ts project with eslint and prettier

Awesome Lists containing this project

README

          

# Yeoman generator for basic typescript project

> Includes eslint, prettier and simple tsconfig

## Installation

Set registry for `@tvrtkom` scope:
`npm config set @tvrtkom:registry https://npm.pkg.github.com`

Install with:
`npm i -g @tvrtkom/generator-ts-project-node`

## Usage

Inside new folder run `yo` and pick this generator from the CLI menu and fill out prompted items.