justinwoo / purp

Some kind of CLI for building PureScript projects with Psc-Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purp

Build Status

Some kind of CLI for building PureScript projects with Psc-Package

Usage

Run purp once to see the options:

Usage: purp (build | test | bundle | make-module | version)

Commands:
  build [[passthrough args]]
    Build the project, with passthrough args to purp.
  test [-m Your.Test.Module.Name]
    Test the project with some module, default Test.Main.
  bundle [bundle options]
    Bundle the project, with optional main and target path arguments
  make-module [bundle options]
    Make a CommonJS module by running bundle first
Bundle options (for bundle and make-module):
  -m
    Specify main module e.g. Main
  -o
    Specify output path e.g. index.js

FAQ

Where do I get "do action on watch files?"

Maybe one is better off using something like https://github.com/watchexec/watchexec?

About

Some kind of CLI for building PureScript projects with Psc-Package

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 65.9%Language:Nix 15.3%Language:Shell 13.8%Language:PureScript 4.3%Language:Makefile 0.7%