What is the Command Line Syntax to create a Windows Local User and Add that User to a Local Group?

Something like:

net user username password /add

net localgroup groupname username /add