pulpunte

Experimental build tool for PureScript


Keywords
purescript, package-sets, build, build-tool, cli, npm
License
MIT
Install
npm install pulpunte@0.2.0

Documentation

Pulpunte

Experimental build tool for PureScript

npm npm Libraries.io dependency status for latest release node purescript GitHub

About

Pulpunte is a experimental build tool for PureScript.

This tool can ...

  • Initialize a project
  • Compile PureScript source files and bundle them
  • Install and Uninstall packages
  • Resolve package dependencies with package-sets or bower.json

Getting started

1. Installation

> npm install -g purescript pulpunte

Or you can install locally in your project.

2. Initialization

> mkdir hello-world
> cd hello-world
> pulpunte init

Or execute npx pulpunte init in your project if you installed pulpunte locally.

3. Building and Running

> pulpunte run
Hello, World!

or execute npx pulpunte run.

Commands

TODO: