SkillAgentSearch skills...

Electrello

👔 Trello Desktop Applcation using Electron

Install / Use

/learn @bogas04/Electrello
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Electrello (Unofficial Trello Desktop Application)

Inspired by sindresorhus, I decided to build a Trello app using Electron, coz why not.

Build Instructions

git clone https://github.com/bogas04/Electrello.git
cd Electrello
npm i
npm i electron-packager -g
# For Windows 32 bit
electron-packager . SikhJS --platform=win32 --arch=ia32 --version=0.33.1
# For OSX 
electron-packager . SikhJS --platform=darwin --arch=all --version=0.33.1
# For Linux 32 bit
electron-packager . SikhJS --platform=linux --arch=ia32 --version=0.33.1

Todo

  • [x] Spend 10 minutes to get the thing started.
  • [ ] Package the app for proper distribution.
  • [ ] Add support for notifications.
  • [ ] Add OS specific features.
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated4y ago
Forks0

Languages

JavaScript

Security Score

55/100

Audited on May 22, 2021

No findings