google / ansicolor-dart

Apache License 2.0
104 stars 26 forks source link

Make ansi_demo a script. #8

Closed seaneagan closed 7 years ago

seaneagan commented 9 years ago

IMO it would be better suited as a script than a function in the main library:

pub global activate ansicolor
pub global run ansicolor:demo
pulyaevskiy commented 7 years ago

This can probably be resolved after #11 , right?

jtmcdole commented 7 years ago

Good eye. I just moved the demo code out because "why is this in the library". Will update when I push to pub later.