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

Typed shell command builder for Dart and Flutter desktop: CLI tools wrapped as classes, with pipes, chaining and elevation run in Dart instead of through a shell.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fiber_shell

With Flutter:

 $ flutter pub add fiber_shell

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fiber_shell: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fiber_shell/fiber_shell.dart';
1
likes
150
points
243
downloads

Documentation

API reference

Publisher

verified publisherfiberstudio.app

Weekly Downloads

Typed shell command builder for Dart and Flutter desktop: CLI tools wrapped as classes, with pipes, chaining and elevation run in Dart instead of through a shell.

Repository (GitHub)
View/report issues

Topics

#shell #process #cli #command-line #desktop

License

unknown (license)

More

Packages that depend on fiber_shell