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
- Host: GitHub
- URL: https://github.com/copha-project/copha
- Owner: copha-project
- License: mit
- Created: 2020-12-11T08:56:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T06:07:41.000Z (about 2 years ago)
- Last Synced: 2025-02-19T03:34:34.887Z (about 1 year ago)
- Topics: crawler, framework, nodejs, puppeteer, selenium
- Language: TypeScript
- Homepage: https://copha.net
- Size: 771 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Copha


[](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
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fcopha-project%2Fcopha?ref=badge_large)