Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Commit 3bb73d1

Browse files
author
Luciano Nooijen
committed
Added disclaimer to CLI
1 parent 6b218be commit 3bb73d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cli/index.ts

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
/* tslint:disable: no-console import-name */
22

3+
/**
4+
* TODO: Test this and split up
5+
* We know the rules. Don't write production code if there are no failing tests
6+
* for the code you're about to write. Any code you write that has no unit tests
7+
* should be seen as legacy code. Yes, we get it. This CLI tool should indeed be
8+
* tested, but due to time concerns we chose to set this up quick and easy.
9+
* Besides, we would like to split this up into a separate module soon.
10+
*/
11+
312
import chalk from 'chalk';
413
import figlet from 'figlet';
514
import inquirer from 'inquirer';

0 commit comments

Comments
 (0)