Last active
January 13, 2020 11:42
-
-
Save bsutton/c698a6e209df6142a4df811d36455ba4 to your computer and use it in GitHub Desktop.
dshell create
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dshell create hellow.dart | |
| Creating project. | |
| Created Virtual Project at /home/bsutton/.dshell/cache/home/bsutton/git/dshell/test/test_scripts/hellow.project | |
| Running pub get... | |
| Resolving dependencies... | |
| + args 1.5.2 | |
| + charcode 1.1.2 | |
| + collection 1.14.12 | |
| + dshell 1.0.36 | |
| + equatable 1.0.2 | |
| + file 5.1.0 | |
| + file_utils 0.1.4 | |
| + globbing 0.3.0 | |
| + intl 0.16.1 | |
| + logger 0.8.2 | |
| + matcher 0.12.6 | |
| + meta 1.1.8 | |
| + money2 1.3.0 | |
| + path 1.6.4 | |
| + pub_semver 1.4.2 | |
| + pubspec 0.1.3 | |
| + quiver 2.1.2+1 | |
| + recase 3.0.0 | |
| + source_span 1.5.5 | |
| + stack_trace 1.9.3 | |
| + string_scanner 1.0.5 | |
| + term_glyph 1.1.0 | |
| + uri 0.11.3+1 | |
| + utf 0.9.0+5 | |
| + yaml 2.2.0 | |
| Changed 25 dependencies! | |
| Making script executable | |
| Project creation complete. | |
| To run your script: | |
| ./hellow.dart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment