achille-0.0.0: A library for building static site generators
Safe HaskellNone
LanguageHaskell2010

Achille

Description

Top-level module for achille, providing the CLI and task runner.

Synopsis

Documentation

data AchilleCommand Source #

CLI commands.

Instances

Instances details
Eq AchilleCommand Source # 
Instance details

Defined in Achille

Show AchilleCommand Source # 
Instance details

Defined in Achille

achille :: Task IO a -> IO () Source #

Main entrypoint for achille. Provides a CLI for running a task.

achilleWith :: Config -> Task IO a -> IO () Source #

CLI for running a task using given options.