nsp - Build management system for NoSyn
nsp [COMMAND] [OPTIONS...]
Used to manage and create NoSyn projects allowing a NoSyn programmer to build and run NoSyn programs. NoSyn is compiled into D Source Files before finally being built into a binary application using dub.
create
Creates a new NoSyn project in a directory named by the user as an option.
compile
Compiles the NoSyn source code and copies all D source files to the target compile location.
run
Performs nsp compile and then compiles the generated D source code using dub and runs the result.
clean
Cleans the target compile location of all files and ensures that all cache files are rebuilt.
dub(1), nsc(1)
Michael Lynch