Generate Halogen Project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
piq9117 722625eff7 converted MonadIO to Monad (#64) 2 years ago
nix nix setup (#57) 3 years ago
purescript-ast nix build (#50) 3 years ago
purescript-cst nix build (#50) 3 years ago
umu-halogen converted MonadIO to Monad (#64) 2 years ago
.gitignore update gitignore (#61) 3 years ago
CHANGELOG.md updated changelog (#60) 3 years ago
Makefile nix build (#50) 3 years ago
README.md update reademe (#51) 3 years ago
cabal.project nix build (#50) 3 years ago
default.nix nix setup (#57) 3 years ago
project.nix nix setup (#57) 3 years ago
shell.nix nix setup (#57) 3 years ago

README.md

umu-halogen

umu-halogen: Generate Halogen Project

Usage: umu-halogen COMMAND
  Use umu-halogen to generate a scaffold for a halogen project

Available options:
  -h,--help                Show this help text
  -v,--version             Show version

Available commands:
  init                     Initialize scaffold
  component                Generate a component
  route                    Generate a route

Installation with cabal

First, clone the repository:

git repo https://github.com/taezos/umu-halogen.git

Then run these commands inside the project:

cabal new-build
cabal new-install exe:umu-halogen # installs to ~/.cabal/bin

Installation with Nix

First, clone the repository:

git repo https://github.com/taezos/umu-halogen.git

Then run these commands inside the project:

nix-env -f default.nix -i