pulpunte
Version:
Experimental build tool for PureScript
55 lines (36 loc) • 1.26 kB
Markdown
# Pulpunte
Experimental build tool for [PureScript](http://www.purescript.org/)






## About
Pulpunte is a experimental build tool for [PureScript](http://www.purescript.org/).
This tool can ...
* Initialize a project
* Compile PureScript source files and bundle them
* Install and Uninstall packages
* Resolve package dependencies with [package-sets](https://github.com/purescript/package-sets) or bower.json
## Getting started
### 1. Installation
```shell
> npm install -g purescript pulpunte
```
Or you can install locally in your project.
### 2. Initialization
```shell
> 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
```shell
> pulpunte run
Hello, World!
```
or execute `npx pulpunte run`.
## Commands
TODO: