Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ikatyang/generator-ts-jest

Quick generate TypeScript project, testing with Jest
https://github.com/ikatyang/generator-ts-jest

jest typescript yeoman-generator

Last synced: 3 months ago
JSON representation

Quick generate TypeScript project, testing with Jest

Awesome Lists containing this project

README

        

# generator-ts-jest

[![npm](https://img.shields.io/npm/v/generator-ts-jest.svg)](https://www.npmjs.com/package/generator-ts-jest)
[![build](https://img.shields.io/travis/ikatyang/generator-ts-jest/master.svg)](https://travis-ci.org/ikatyang/generator-ts-jest/builds)
[![coverage](https://img.shields.io/codecov/c/github/ikatyang/generator-ts-jest/master.svg)](https://codecov.io/gh/ikatyang/generator-ts-jest)

Quick generate TypeScript project, testing with Jest

[Changelog](https://github.com/ikatyang/generator-ts-jest/blob/master/CHANGELOG.md)

## Install

```sh
# using npm
npm install --global generator-ts-jest yo

# using yarn
yarn global add generator-ts-jest yo
```

## Usage

```sh
yo ts-jest
```

## Includes

- [TypeScript](https://github.com/Microsoft/TypeScript)
- [Jest](https://github.com/facebook/jest)
- [TSLint](https://github.com/palantir/tslint)
- [Prettier](https://github.com/prettier/prettier)
- [Standard Version](https://github.com/conventional-changelog/standard-version)