Contact: michael at supermarinesoftware dot com
Github: https://github.com/lyncmi07
   _____ __  ________       ______ 
  / ___//  |/  / ___/____  / __/ /_
  \__ \/ /|_/ /\__ \/ __ \/ /_/ __/
 ___/ / /  / /___/ / /_/ / __/ /_  
/____/_/  /_//____/\____/_/  \__/  
                                   

Supermare Software

                   
   ____  _________ 
  / __ \/ ___/ __ \
 / / / (__  ) /_/ /
/_/ /_/____/ .___/ 
          /_/      
nsp

nsp on Github

nsp

NAME
SYNOPSIS
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


/nsp/nsp.man.html