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.
- Host: GitHub
- URL: https://github.com/augustunderground/hyp
- Owner: AugustUnderground
- License: mit
- Created: 2021-09-02T08:33:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T15:20:03.000Z (over 4 years ago)
- Last Synced: 2026-01-28T01:49:24.266Z (5 months ago)
- Topics: hy
- Language: Hy
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```