dart_cmder 0.0.5-prerelease copy "dart_cmder: ^0.0.5-prerelease" to clipboard
dart_cmder: ^0.0.5-prerelease copied to clipboard

This Dart package offers a streamlined and intuitive interface for building powerful Command Line Interface (CLI) applications.

example/main.dart

import 'dart:io';

import 'package:trace/trace.dart';

import 'demo_runner.dart';

void main(final List<String> args) {
  DemoRunner().run(<String>[
    'cmd',
    '--no-enabled',
    '-m',
    'stage',
    '-i',
    'Hello dart_cmder',
    '-l',
    LogLevel.verbose.name,
    '-d',
    '${Directory.current.path}/logs',
    ...args,
  ]);
}
6
likes
160
pub points
4%
popularity
screenshot

Publisher

verified publishernikosportolos.com

This Dart package offers a streamlined and intuitive interface for building powerful Command Line Interface (CLI) applications.

Repository (GitHub)
View/report issues
Contributing

Topics

#cli #console #command #interface #terminal

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

ansix, args, meta, path, trace

More

Packages that depend on dart_cmder