Syntax

new button [<name>]
new field [<name>]
new card [<name>]
new stack [<name>]
new project <path>

new card "foo"
new field "Name Entry"
new button
new project "/Users/sandra/MyProject"
new project "/Users/andrea/Homework.xstk"

Explanation

The new command is a synonym for the create command for compatibility with SuperTalk.

See Also