scriptlike

Scriptlike: Utility to aid in script-like programs.

Written in the D programming language. Tested with DMD 2.064.2 through 2.067.0 Licensed under The zlib/libpng License

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

This API Reference: http://semitwist.com/scriptlike

Modules

fail
module scriptlike.fail
Undocumented in source.
interact
module scriptlike.interact

Handling of interaction with users via standard input.

path
module scriptlike.path
Undocumented in source.
std
module scriptlike.std

Scriptlike: Utility to aid in script-like programs. Written in the D programming language.

Public Imports

scriptlike.std
public import scriptlike.std;
Undocumented in source.
scriptlike.fail
public import scriptlike.fail;
Undocumented in source.
scriptlike.path
public import scriptlike.path;
Undocumented in source.
scriptlike.interact
public import scriptlike.interact;
Undocumented in source.

Meta

Authors

Nick Sabalausky, Jesse Phillips

Import all:

import scriptlike;

Modules: scriptlike.std
scriptlike.path
scriptlike.fail
scriptlike.interact