//! `nestrs new <name>` — infer the layout from the tree and scaffold it:
//! a fresh monorepo, an app inside an existing workspace, or a single crate
//! (`--standalone`). All three commit through a transactional `Scaffold`.
modcommand;modstandalone;modworkspace;pubusecommand::{NewOptions, NewTemplate, project_dir_for_check, run, run_cargo_check};pub(crate)usecommand::queue_env_files;