Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skonves/generator-ts-console

Generator for basic Typescript applications
https://github.com/skonves/generator-ts-console

Last synced: 1 day ago
JSON representation

Generator for basic Typescript applications

Awesome Lists containing this project

README

        

[![master](https://github.com/skonves/generator-ts-console/workflows/build/badge.svg?branch=master&event=push)](https://github.com/skonves/generator-ts-console/actions?query=workflow%3Abuild+branch%3Amaster+event%3Apush)

# Typescript Console App Generator

Quickly generate projects using

- Typescript
- Prettier for formatting
- ESLint for linting
- Jest for unit testing
- Github Actions for CI

## Quick Start

1. Globally install Yeoman and this generator: `npm install -g yo generator-ts-console`
1. From the root of your new project, run `yo ts-console` and select "Set it up for me"

Note that the README in the newly-minted project will provide instructions for building, testing, running, etc.

### Typescript

Choose between any of the current distribution tags (eg. `latest`, `beta`, `rc`, etc).

### License

Choose any license supported by [generator-license](https://www.npmjs.com/package/generator-license#supported-licenses).