Apparence-io / emmet-cli

Emmet is a command-line application to generate a recap documentation from flutter/dart test projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emmet CLI

Emmet is a command-line application to generate a recap documentation from flutter/dart test projects. Generate reports from all test files in a dart/flutter projects

Apparence.io logo

Developed with đź’™ by Apparence.io

Index

All your tests files with numbers of tests generated index

Test file

Widgets test and Dart test descriptions generated scenario

Installing

dart pub global activate emmetcli

Extract tests as html

dart pub global run emmetcli -w

Show help

Creates only html version

dart pub global run emmetcli -h

Run Emmet (uncompiled version)

Creates only html version

dart run bin/emmetcli.dart --help

Compile Emmet

dart compile exe bin/emmetcli.dart

About

Emmet is a command-line application to generate a recap documentation from flutter/dart test projects.

License:Other


Languages

Language:Dart 100.0%