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

Commit

Permalink
Added disclaimer to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Nooijen committed Dec 7, 2018
1 parent 6b218be commit 3bb73d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cli/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
/* tslint:disable: no-console import-name */

/**
* TODO: Test this and split up
* We know the rules. Don't write production code if there are no failing tests
* for the code you're about to write. Any code you write that has no unit tests
* should be seen as legacy code. Yes, we get it. This CLI tool should indeed be
* tested, but due to time concerns we chose to set this up quick and easy.
* Besides, we would like to split this up into a separate module soon.
*/

import chalk from 'chalk';
import figlet from 'figlet';
import inquirer from 'inquirer';
Expand Down

0 comments on commit 3bb73d1

Please sign in to comment.