Skip to content

Commit 2be18f7

Browse files
committed
separate home page for site
1 parent cd0fa07 commit 2be18f7

3 files changed

Lines changed: 44 additions & 1 deletion

File tree

docs/00-home.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
slug: /
3+
title: Home
4+
hide_title: true
5+
---
6+
7+
# chkware
8+
9+
![chkware | Test management for api era](./assets/github-readme-01.png)
10+
11+
[![PyPI version](https://badge.fury.io/py/chk.svg)](https://badge.fury.io/py/chk)
12+
[![Python 3.8](https://img.shields.io/badge/python-3.10-red.svg)](https://www.python.org/downloads/release/python-3102/)
13+
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/chkware.svg?style=social&label=Follow%20%40chkware)](https://twitter.com/chkware)
14+
> Test management for API era.
15+
16+
### Introduction
17+
18+
API tests management is not easy to develop, and maintain. It requires multitude of knowledge of programming libraries, business scenarios, infrastructure details, etc - unless you use ***chkware***.
19+
20+
***chkware*** (pronounced as */check:ware/*) helps you write accurate, robust, and expressive feature tests for your API in less time.
21+
22+
Read [more value propositions](introduction) here. Find [changelog](changelog) here.
23+
24+
### Setup
25+
26+
With [**Python 3.10**](https://www.python.org/downloads/) and [**Pipx**](https://pypa.github.io/pipx/installation/#install-pipx) preinstalled, run following in your terminal to get ***chkware*** installed.
27+
28+
```bash
29+
$ python -m pipx install chk
30+
```
31+
32+
Jump to the [setup guide](setup) for different ways to install ***chkware***.
33+
34+
### Usage
35+
36+
[Get started](quick-start) quickly here.
37+
Find [More examples](examples) here
38+
39+
### Contribute
40+
41+
Read [contribution guide](https://github.com/chkware/cli/blob/971e7400848f26f9f8d2be5fa9eef5fa80a6ded0/docs/CONTRIBUTING.md) and [code of conduct](https://github.com/chkware/cli/blob/971e7400848f26f9f8d2be5fa9eef5fa80a6ded0/docs/CODE_OF_CONDUCT.md) to start contributions.
42+
43+
---
44+
Licensed under [MPL v2.0](https://www.mozilla.org/en-US/MPL/2.0/) | Follow [@chkware](https://twitter.com/chkware) on Twitter | [`chk` project](https://pypi.org/project/chk/) on PyPi

docs/01-introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
slug: /
32
title: Introduction
43
hide_title: true
54
---

docs/assets/github-readme-01.png

37.3 KB
Loading

0 commit comments

Comments
 (0)