Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 330 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 330 Bytes

Yo generator-ava

Add AVA test support to your javascript project

Install

First install yeoman yo if you haven't already.

Then:

  $ npm i generator-ava --global   

or using yarn

  $ yarn global add generator-ava

Use it

  $ yo ava

Then follow the instruction.


MIT

Joel Chu