0.0.15 • Published 5 years ago

create-jest-babel-tdd v0.0.15

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.14

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago