/test-purescript-electron

Fiddling with PureScript and electron

Primary LanguageJavaScriptMIT LicenseMIT

Quick Start

yarn setup # Install tools and dependencies
yarn build # Build PureScript modules
yarn start # Start electron

Other Commands

Run tests

yarn test

Generate packaged electron app

yarn package

Clean PureScript modules and package electron app

yarn clean

Remove all dependencies and tools

yarn reset

Install and add PureScript dependency to bower.json

yarn add:ps <package-name>

Run arbitrary pulp command

yarn pulp ...