Skip to content

ramihp/hello-world

Repository files navigation

hello-world

Build, test, and deploy your code. Make code reviews, branch management, and issue triaging work the way you want

Installation

$ pip install hello-world
``` or

```bash
$ pip install -e .
``` or

```bash
$ pip install -e .[dev]

Usage

$ hello-world

Contributing

$ git init
$ git add README.md
$ git commit -m "first commit"
$ git remote add origin
$ git push -u origin master

Releases

No releases published

Packages

No packages published