newt new¶
Create a new project from a skeleton. Currently, the default skeleton is the blinky repository.
Usage:¶
newt new <project-name> [flags]
Global Flags:¶
-h, --help Help for newt commands
-j, --jobs int Number of concurrent build jobs (default 8)
-l, --loglevel string Log level (default "WARN")
-o, --outfile string Filename to tee output to
-q, --quiet Be quiet; only display error output
-s, --silent Be silent; don't output anything
-v, --verbose Enable verbose output when executing commands
Description¶
Creates a new project named project-name
from the default skeleton blinky repository.
Examples¶
Usage |
Explanation |
---|---|
|
Creates a new project named |