New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pulpunte

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pulpunte

Experimental build tool for PureScript

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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:

Keywords

purescript

FAQs

Package last updated on 18 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts