The motivation was to learn Dart by doing a project that would be at least somehow useful to the society of Web developers and beyond...
Prerequisites: your current active terminal (I use Git Bash for Windows toolchain) shows
structio.dart
as the currrent working directory, then simply run the following command on the terminal, as follows:
dart bin/main.dart > dump.txt`;
# the "> dump.txt" part coming after dart command itself is solely optional: it simply redirects stream to file (note: file name itself is totally arbitrary choice)
- It has no way to ignore directories, such as internal
.git
, this may be challanged in the future, tho...
Made with ♥ by projektorius96