项目作者: ziulev

项目描述 :
Open Source macOS pomodoro app. Pomodoro Cycle
高级语言: TypeScript
项目地址: git://github.com/ziulev/pomodoro-cycle-app.git
创建时间: 2019-06-08T06:30:42Z
项目社区:https://github.com/ziulev/pomodoro-cycle-app

开源协议:GNU General Public License v3.0

下载




Pomodoro cycle macOS

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks.

To Use

OS Version Link
macOS 0.0.6 download

All releases

Features

  • Track pomodoro intervals
  • Desktop notifications
  • Interval setting



To develop

  1. # Clone this repository
  2. git clone git@github.com:jet8a/pomodoro-cycle-app.git
  3. # Go into the repository
  4. cd pomodoro-cycle-app
  5. # Install dependencies
  6. npm i
  7. # Run the app to development
  8. npm run electron:serve
  9. # Build the app for macOS
  10. npm run electron:mac

To Contribute

  1. Fork the repo
  2. Create a branch in your repo with a descriptive name
  3. Code your fix
  4. Create a pull request
  5. Await response from the maintainers!

License

GNU General Public License