|
2 years ago | |
---|---|---|
nix | 3 years ago | |
purescript-ast | 3 years ago | |
purescript-cst | 3 years ago | |
umu-halogen | 2 years ago | |
.gitignore | 3 years ago | |
CHANGELOG.md | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
cabal.project | 3 years ago | |
default.nix | 3 years ago | |
project.nix | 3 years ago | |
shell.nix | 3 years ago |
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
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
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