This repository was archived by the owner on Jun 17, 2021. It is now read-only.
Tags: joshwcomeau/guppy
Tags
Windows support (#125) - `.cmd` formatting for Windows - modify `findAvailablePort` to work on all platforms - use `%HOME%/Documents/guppy-projects` for default Windows projects directory - changed package manager from NPM to yarn - add `cross-env` to allow package scripts to work on all platforms - move app-wide settings into `src/config/app.js` - change spawn process to use promises - stub `electron.remote` for headless testing - add `yarn` as local dependency to allow usage without global installation - forward host environment to Electron process - properly kill all spawned processes on app quit, cross-platform - exit main process when Electron application quits during development