CLI

design-first is a command line tool with two available commands: initialize, and generate. The commands and their options can be shown with the --help flag:

$ design-first --help
design-first <command>

Commands:
design-first init <name>  Initialize a new design-first app          [aliases: initialize, i]
design-first gen [file]   Generate a rest api from a design file       [aliases: generate, g]

Options:
--help, -h     Show help                                                            [boolean]
--version, -v  Show version number                                                  [boolean]