Skip to content

Yeoman Generator for creating a Jest test project with TypeScript support.

License

Notifications You must be signed in to change notification settings

GregorBiswanger/generator-create-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-kata generator for yeoman

Introduction

This yeoman generator will create a simple typescript project with support for running tests with jest.

Installation

Install the generator (and if not already present yo itself) globally by executing:

npm install yo generator-create-kata -g

Usage

  1. Create a folder for your kata project
  2. Enter that folder (cd your-folder)
  3. Call yo create-kata and answer the prompted questions

The most important piece of information you will be asked for, is the kata's name. It will be used to build:

  • the project's name in the package.json
  • a spec file for your tests
  • a class for your solution code

About

Yeoman Generator for creating a Jest test project with TypeScript support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published