dexeca 1.3.0 copy "dexeca: ^1.3.0" to clipboard
dexeca: ^1.3.0 copied to clipboard

A dartlang child process executor inspired by https://github.com/sindresorhus/execa

dexeca #

Pub Version .github/workflows/main.yml semantic-release Conventional Commits KeepAChangelog License

A dartlang child process executor inspired by https://github.com/sindresorhus/execa

Usage #

import 'package:dexeca/dexeca.dart';

void main() {
  await dexeca('ping', ['1.1.1.1']);
}

see ./example/main.dart for more details

1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A dartlang child process executor inspired by https://github.com/sindresorhus/execa

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

path

More

Packages that depend on dexeca