UNPKG

pulpunte

Version:

Experimental build tool for PureScript

55 lines (36 loc) 1.26 kB
# Pulpunte Experimental build tool for [PureScript](http://www.purescript.org/) ![npm](https://img.shields.io/npm/v/pulpunte.svg) ![npm](https://img.shields.io/npm/dt/pulpunte.svg) ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/pulpunte.svg) ![node](https://img.shields.io/node/v/term-size.svg) ![purescript](https://img.shields.io/badge/purescript-%3E%3D0.11.1-blue.svg) ![GitHub](https://img.shields.io/github/license/eheitherd/pulpunte.svg) ## 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: