Logo

Koifish

Build Release Publish Docs Gitpod

I am a Fish, name is Koifish.

Code of Conduct

Contributor Covenant Code of Conduct

CLA

Contributor License Agreement

Contribution

Write code online with Gitpod.

Open in Gitpod

Code contribution

  1. Install rust

  2. Install cargo

  3. git clone git@github.com:trisasnava/koifish.git

  4. Write your code under src|test

tree ├─src │ ├─handler │ ├─model │ └─widgets └─test

  1. Read contributor covenant code of conduct and sign the CLA

  2. Submit a pull request(PR)

Document contribution

  1. Install mdbook cargo install mdbook

  2. git clone git@github.com:trisasnava/koifish.git

  3. Write Markdown docs under the docs/src

tree ├─docs │ ├─src │ │ ├─commands │ │ ├─contributing │ │ ├─getting-started │ │ ├─guide │ │ ├─reference │ │ └─roadmap │ └─theme

  1. Read contributor covenant code of conduct and sign the CLA

  2. Run mdbook serve and open your browser http://localhost:3000

  3. Submit a pull request(PR)

FAQ

FAQ

LICENSE

Apache2.0