Copyright | (c) 2017-2019 Kowainik |
---|---|
License | MPL-2.0 |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Safe Haskell | None |
Language | Haskell2010 |
This module introduces functions for the project creation.
Synopsis
- generateProject :: Interactivity -> ConnectMode -> Text -> Config -> IO ()
- generateProjectInteractive :: ConnectMode -> Text -> Config -> IO ()
- generateProjectNonInteractive :: ConnectMode -> Text -> Config -> IO ()
- initializeProject :: Settings -> IO ()
Documentation
:: Interactivity | Is it interactive or non-interactive mode? |
-> ConnectMode |
|
-> Text | Given project name. |
-> Config | Given configurations. |
-> IO () |
Generate the project.
generateProjectInteractive Source #
:: ConnectMode |
|
-> Text | Given project name. |
-> Config | Given configurations. |
-> IO () |
Generate the project.
generateProjectNonInteractive Source #
:: ConnectMode |
|
-> Text | Given project name. |
-> Config | Given configurations. |
-> IO () |
initializeProject :: Settings -> IO () Source #
Creates the directory and run GitHub commands.