nsp
NAMESYNOPSIS
DESCRIPTION
COMMANDS
SEE ALSO
AUTHOR
NAME
nsp - Build management system for NoSyn
SYNOPSIS
nsp [COMMAND] [OPTIONS...]
DESCRIPTION
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.
COMMANDS
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.
SEE ALSO
dub(1), nsc(1)
AUTHOR
Michael Lynch