0.0.15 • Published 7 years ago

create-jest-babel-tdd v0.0.15

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Introduction

This project automatically create Jest with or without Typescript/Babel for TDD training.

Note: You need to install yarn before moving forward.

Getting started

If you do not have yarn before:

npm i -g yarn

Step 1

There are 2 ways to create your TDD project.

Option 1

You have not installed jest-babel-tdd before, you can choose one of three styles below:

Typescript

yarn create jest-babel-tdd your-app-name --typescript

Babel (v7)

yarn create jest-babel-tdd your-app-name --babel

Vanilla Nodejs

yarn create jest-babel-tdd your-app-name

Option 2

Or you can install jest-babel-tdd in your machine using command:

yarn create jest-babel-tdd

And then choose one of three styles below:

Typescript

create-jest-babel-tdd your-app-name --typescript

Babel (v7)

yarn create jest-babel-tdd your-app-name --babel

Vanilla Nodejs

create-jest-babel-tdd your-app-name

Step 2

Go to your project and then run:

yarn jest

0.0.15

7 years ago

0.0.14

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago