dfn 0.2.2
dfn: ^0.2.2 copied to clipboard
Use Dart as your scripting language, and register scripts from anywhere.
0.2.2 #
- feat: adds version update check
0.2.1 #
- fix: empty list check in
--verbosechecker
0.2.0 #
Code improvements:
- removes
.thenindfn.dartflush - moves commands to
commanddirectory - prefixes
pathimports asp - handles
--verbosefor each sub command (checkVerbose) - removes
.restextension -> 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
finaland not as functions. - Various code quality improvements
0.0.3 #
README.mdformatting
0.0.2 #
README.mdformatting
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 |