Synonym is an attempt to create a database connection tool that will allow connections to various database types. The first databases to be supported will be Postgres, MySQL, and REDIS.
-
OS X: Cmd Alt I or F12
-
Linux: Ctrl Shift I or F12
-
Windows: Ctrl Shift I or F12
-
see electron-debug for more detail information.
Ctrl+H
- see redux-devtools-dock-monitor for more detail information.
npm run package- --name, -n: Application name (default: Synonym)
- --version, -v: Electron version (default: latest version)
- --asar, -a: asar support (default: false)
- --icon, -i: Application icon
- --all: pack for all platforms
Use electron-packager to pack your app with --all options for darwin (osx), linux and win32 (windows) platform. After build, you will find them in release folder. Otherwise, you will only find one for your os.
test, tools, release folder and devDependencies in package.json will be ignored by default.