Scriptlike v0.8.0
    Jesse Phillips via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Thu Jun 18 17:11:36 PDT 2015
    
    
  
On Sunday, 14 June 2015 at 01:28:18 UTC, Nick Sabalausky wrote:
> A bunch of new updates to Scriptlike: A library to aid in 
> writing script-like programs in D.
>
> Home: https://github.com/Abscissa/scriptlike
> Dub: http://code.dlang.org/packages/scriptlike
> Full changelog:
> https://github.com/Abscissa/scriptlike/blob/master/CHANGELOG.md
I've begun utilizing this in scripts I'm building, to help get 
things done faster and more consistently. I've combined it with 
dub because dub will grab the build off the web, but it also 
makes scripts a little "heavier."
I really like having the bulk of Phobos imported.
I'm very fond of the new std.process, so much better than 
powershell!!!!
    
    
More information about the Digitalmars-d-announce
mailing list