Safe Haskell | None |
---|---|
Language | Haskell2010 |
CLI interface for Rib.
Mostly you would only need run
, passing it your Shake build action.
Documentation
Rib CLI commands
OneOff | |
Generate | Generate the site once. |
Watch | Watch for changes in the input directory and run |
Serve | Run a HTTP server serving content from the output directory |
Instances
Eq Command Source # | |
Show Command Source # | |
Generic Command Source # | |
type Rep Command Source # | |
Defined in Rib.App type Rep Command = D1 (MetaData "Command" "Rib.App" "rib-0.8.0.0-DY9RL9bdfZDHsumRD9yk98" False) ((C1 (MetaCons "OneOff" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Generate" PrefixI True) (S1 (MetaSel (Just "full") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool))) :+: (C1 (MetaCons "Watch" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Serve" PrefixI True) (S1 (MetaSel (Just "port") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "dontWatch") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool)))) |