pulpunte
v0.2.0
Published
Experimental build tool for PureScript
Downloads
2
Maintainers
Readme
Pulpunte
Experimental build tool for PureScript
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: