| Copyright | (c) 2017-2019 Kowainik |
|---|---|
| License | MPL-2.0 |
| Maintainer | Kowainik <xrom.xkov@gmail.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
Summoner.Project
Description
This module introduces functions for the project creation.
Synopsis
- generateProject :: Bool -> Text -> Config -> IO ()
- initializeProject :: Settings -> IO ()
- fetchSources :: Bool -> Map FilePath Source -> IO [TreeFs]
Documentation
Generate the project.
initializeProject :: Settings -> IO () Source #
Creates the directory and run GitHub commands.