Skip to main content

create_project

Function create_project 

Source
pub fn create_project(options: &NewProjectOptions) -> Result<(), ScaffoldError>
Expand description

Create a complete Phoenix application that can immediately run px dev.

ยงErrors

Returns an error for invalid names, non-empty targets, invalid local framework paths, file-system failures, or dependency/bootstrap command failures.