scriptlike

Scriptlike $(SCRIPTLIKE_VERSION)

Scriptlike is a utility library to help you write script-like programs in D.

Written in the D programming language and licensed under The zlib/libpng License.

For the list of officially supported compiler versions, see the .travis.yml file included with your version of Scriptlike.

Links:

Import all (including anything from Phobos likely to be useful for scripts):

import scriptlike;

Import all of Scriptlike only, but no Phobos:

import scriptlike.only;

Homepage: https://github.com/abscissa/scriptlike

Modules

core
module scriptlike.core
fail
module scriptlike.fail
file
module scriptlike.file

Scriptlike $(SCRIPTLIKE_VERSION)

interact
module scriptlike.interact

Handling of interaction with users via standard input.

only
module scriptlike.only

Scriptlike $(SCRIPTLIKE_VERSION)

Utility to aid in script-like programs.

path
module scriptlike.path

Scriptlike $(SCRIPTLIKE_VERSION)

process
module scriptlike.process
std
module scriptlike.std

Scriptlike $(SCRIPTLIKE_VERSION)

Utility to aid in script-like programs.

Meta

Authors

Nick Sabalausky, Jesse Phillips