summoner-1.2.0: Tool for scaffolding completely configured production Haskell projects.

Safe HaskellNone
LanguageHaskell2010

Summoner.Project

Description

This module introduces functions for the project creation.

Synopsis

Documentation

generateProject Source #

Arguments

:: Bool

noUpload option (to not upload to Github).

-> Bool

offline mode option

-> Text

Given project name.

-> Config

Given configurations.

-> IO () 

Generate the project.

initializeProject :: Settings -> IO () Source #

Creates the directory and run GitHub commands.