Dart
- create dart cli project
dart create -t console-full cli
- shell interaction lib
- add dependency from cli
dart pub add [--dev] [test]
- run dart cli
dart run
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
dart create -t console-full cli
dart pub add [--dev] [test]
dart run