An open API service indexing awesome lists of open source software.

https://github.com/copha-project/copha

Open-Source Software For Managing Tasks
https://github.com/copha-project/copha

crawler framework nodejs puppeteer selenium

Last synced: 8 months ago
JSON representation

Open-Source Software For Managing Tasks

Awesome Lists containing this project

README

          

# Copha
![npm](https://img.shields.io/npm/v/copha)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/copha-project/copha/npm%20package%20publish)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcopha-project%2Fcopha.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcopha-project%2Fcopha?ref=badge_shield)

## Copha is a open-source software for managing tasks.

> Read this in other languages: English | [简体中文](./zh#tmp_lang)

## Getting Started
- Installation
```
npm i -g copha
# or "yarn global add copha"
```

- Command line usage
```
copha -h
```
more help about command line [copha.net/cli](https://copha.net/cli)

## Documentation
for more examples and docs, visit [copha.net](https://copha.net/).

## How to develop

```
git clone https://github.com/copha-project/copha
cd copha
git submodule update --init
yarn
yarn start
```

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcopha-project%2Fcopha.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcopha-project%2Fcopha?ref=badge_large)