Copha
Copha is a open-source software for managing tasks.
Read this in other languages: English | 简体中文
Getting Started
- Installation
npm i -g copha # or "yarn global add copha" - Command line usage
copha -hmore help about command line copha.net/cli
Documentation
for more examples and docs, visit copha.net.
How to develop
git clone https://github.com/copha-project/copha
cd copha
git submodule update --init
yarn
yarn start