Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ikatyang/generator-ts-jest
- Owner: ikatyang
- License: mit
- Archived: true
- Created: 2017-05-28T14:21:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T07:38:29.000Z (over 1 year ago)
- Last Synced: 2024-08-03T12:51:54.227Z (3 months ago)
- Topics: jest, typescript, yeoman-generator
- Language: TypeScript
- Size: 358 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)