Module scriptlike

Scriptlike v0.10.3

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

Functions

NameDescription
main()