stack-2.1.1.1: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.New

Description

Create new a new project directory populated with a basic working project.

Synopsis

Documentation

new :: HasConfig env => NewOpts -> Bool -> RIO env (Path Abs Dir) Source #

Create a new project with the given options.

data NewOpts Source #

Options for creating a new project.

Constructors

NewOpts 

Fields

templatesHelp :: HasLogFunc env => RIO env () Source #

Display help for the templates command.