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
Handling of interaction with users via standard input.
Utility to aid in script-like programs.
See Source File
zlib/libpng
Copyright (C) 2014-2017 Nick Sabalausky. Portions Copyright (C) 2010 Jesse Phillips.
Nick Sabalausky, Jesse Phillips
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 all of Scriptlike only, but no Phobos:
Homepage: https://github.com/abscissa/scriptlike