dshell 1.0.28 copy "dshell: ^1.0.28" to clipboard
dshell: ^1.0.28 copied to clipboard

discontinuedreplaced by: dcli
outdated

A bash replacement allowing you to write bash like scripts using dart and run them directly from the cli.

1.0.28 #

Change install so that it runs a cleanall so that dshell scripts use the latest version of dshell.

1.0.27 #

Improvements to dsort usage message and fixed a startup bug.

1.0.26 #

Looks like we still can't determine dshell version from the installed files.

1.0.25 #

Added dsort example which implements a merge sort.

1.0.24 #

Updated notes on creating your first script and modify dshell create to facilitate the doco. More advanced examples will be introduced via templates.

1.0.23 #

Fixed a couple of major bugs in the create and run commands. The create use an incorrect relative path to dshell. The run command was using an incorrect package-root path. I think this was an misunderstanding of the 2.7 changes. Updates to readme on how dependencies are managed.

1.0.22 #

Hide some additional path functions, tweak the why dshell readme.

1.0.21 #

Fixed links in toc. Cleanup of examples to bring them in line with public api.

1.0.20 #

Reduced the current api to what is actually supported.

1.0.19 #

refactored directories to move most libraries into lib/src to remove them from the public api.

1.0.18 #

Fixed some formatting issues and upgraded to logger 0.8.0

1.0.17 #

Update the getting started instructions to include install and create commands.

1.0.15 #

Tweeks to keep dart packager happy

1.0.14 #

Fixes for dshell create - now sets execute permissions. Implemented basic dshell install. Improvements to dependancy injection. Additional testing required. We need (in theory) support dependency.yaml in the .dshell directory. Documenation improvements.

1.0.13 #

And now actually removed the do not use warning.

1.0.12 #

Removed the do not use warnings and cleaned up some lint warnings.

1.0.11 #

Oh lots of changes. Usage now outputs useful information if you get a command wrong. Added an ansi-color library to allow output to have colors and use it in usage. Added an option to allow progressive output when running a command. Implemented additional commands. dshell compile

28
likes
0
pub points
0%
popularity

Publisher

verified publishernoojee.org

A bash replacement allowing you to write bash like scripts using dart and run them directly from the cli.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, collection, equatable, file, file_utils, intl, logger, money2, path, pubspec, recase, yaml

More

Packages that depend on dshell