| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
ProjectForge.Actions
Description
Functions for creating project initialization applications
Synopsis
- createProjectTemplateAction :: (MonadLogger m, MonadIO m, ToJSON a) => TemplateActionOpts -> FilePath -> a -> m ()
- defaultTemplateActionOpts :: TemplateActionOpts
Documentation
createProjectTemplateAction Source #
Arguments
| :: (MonadLogger m, MonadIO m, ToJSON a) | |
| => TemplateActionOpts | |
| -> FilePath | name of directory containing project template |
| -> a | type which when converted via |
| -> m () |
Create an IO action that compiles, renders, and writes a .ProjectTemplate
defaultTemplateActionOpts :: TemplateActionOpts Source #
Default options