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

https://github.com/augustunderground/hyp

Minimal Hy Project setup for boilerplate directory structure etc.
https://github.com/augustunderground/hyp

hy

Last synced: 3 months ago
JSON representation

Minimal Hy Project setup for boilerplate directory structure etc.

Awesome Lists containing this project

README

          

# hyp

Minimal directory structure setup utility for [hy](hylang.org/).

## Install

```sh
$ pip install . --use-feature=in-tree-build
```

## Usage

```sh
usage: hyp [-h] [--lang {hy,py}] [--lic {MIT,BSD2,BSD3,GPL2,GPL3,Apache}] {new,interactive} project
```

**NOTE:** `interactive` is not yet implemented.

```sh
$ hyp new foobar # setup new hy project named 'foobar'
$ hyp --lang py new boofar # setup new python project named 'boofar'
```