dfn 0.0.2 copy "dfn: ^0.0.2" to clipboard
dfn: ^0.0.2 copied to clipboard

Use Dart as your scripting language, and register scripts from anywhere.

example/example.md

Example #

Example: #

  1. Register script(s):
$ dfn config add example # via "package" with a "scripts" directory
Registered 1 new script from /path/to/example/scripts
  - hello_from_folder -> /path/to/example/scripts/hello_from_folder.dart

$ dfn config add example/hello_from_standalone.dart 
Registered hello_from_standalone
  1. List all scripts:
$ dfn list
✓ 2 scripts available:
  - hello_from_standalone -> /path/to/example/hello_from_standalone.dart
  - hello_from_folder -> /path/to/example/scripts
  1. Run the scripts:
$ dfn hello_from_standalone
Hello from standalone file!

$ dfn hello_from_folder
Hello from script folder!
  1. Remove the scripts:
$ dfn config rm hello_from_standalone # rm or remove are both valid
Removed: /path/to/example/hello_from_standalone.dart
$ dfn config remove example # need to pass the directory for "packages"
Removed: /path/to/example
  1. Forward args to dart run:
$ dfn test:test test/some_test.dart
0
likes
0
pub points
0%
popularity

Publisher

verified publisherelijahluckey.com

Use Dart as your scripting language, and register scripts from anywhere.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, mason_logger, path

More

Packages that depend on dfn