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

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

0.2.1 #

  • fix: empty list check in --verbose checker

0.2.0 #

Code improvements:

  • removes .then in dfn.dart flush
  • moves commands to command directory
  • prefixes path imports as p
  • handles --verbose for each sub command (checkVerbose)
  • removes .rest extension -> use .sublist(1)
  • removes ecosystem-conflicting factory/named-constructors on DfnConfig
  • removes jsonPretty print in favor of encoder with indent
  • uses named parameters in record return for lsScriptFiles

0.1.0 #

  • Improve documentation
  • Marks "usages" as final and not as functions.
  • Various code quality improvements

0.0.3 #

  • README.md formatting

0.0.2 #

  • README.md formatting

0.0.1 #

Initial rRelease 🎉 #

Features: #

Commands

dfn <command>
dfn core tool
dfn <script> run a register script
dfn <args> forward args to dart run (tries scripts first)
dfn config for managing scripts
dfn config add <script/path> for registering scripts
dfn config remove <script/path> for un-registering scripts (alias dfn config rm)
dfn list for showing all registered scripts (alias dfn ls)

Options

dfn <option>
dfn --help show help and usage (alias dfn -h)
dfn --verbose enable verbose logging
0
likes
150
pub points
0%
popularity

Publisher

verified publisherelijahluckey.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

mason_logger, path

More

Packages that depend on dfn