terun 1.0.0 copy "terun: ^1.0.0" to clipboard
terun: ^1.0.0 copied to clipboard

A very simple package which allow you to invoke third-party commands via Terminal or Command Prompt.

example/terun_example.dart

import 'package:terun/terun.dart';

void main() {
  var rs = Terun("nslookup").run(["-type=any", "google.com"]);
  print(rs.stdout);
  print(rs.stderr);
}
0
likes
140
pub points
0%
popularity

Publisher

verified publisherleamlidara.dev

A very simple package which allow you to invoke third-party commands via Terminal or Command Prompt.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on terun