summoner-1.3.0.1: Tool for scaffolding fully configured batteries-included production-level Haskell projects.

Safe HaskellNone
LanguageHaskell2010

Summoner.Project

Description

This module introduces functions for the project creation.

Synopsis

Documentation

generateProject Source #

Arguments

:: 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.