Module scriptlike

Scriptlike v0.10.2

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

Authors

Nick Sabalausky, Jesse Phillips

Copyright

Copyright (C) 2014-2017 Nick Sabalausky. Portions Copyright (C) 2010 Jesse Phillips.

License

zlib/libpng