scriptlike.only

Scriptlike $(SCRIPTLIKE_VERSION)

Utility to aid in script-like programs.

Written in the D programming language.

Import this scriptlike.only module instead of scriptlike if you want to import all of Scriptlike, but DON'T want to automatically import any of Phobos.

Public Imports

scriptlike.core
public import scriptlike.core;
Undocumented in source.
scriptlike.interact
public import scriptlike.interact;
Undocumented in source.
scriptlike.fail
public import scriptlike.fail;
Undocumented in source.
scriptlike.file
public import scriptlike.file;
Undocumented in source.
scriptlike.path
public import scriptlike.path;
Undocumented in source.
scriptlike.process
public import scriptlike.process;
Undocumented in source.

Meta

Authors

Nick Sabalausky