https://github.com/fraya/pacman-vs-jekyll
Opendylan's Pacman catalogue to Jekyll website
https://github.com/fraya/pacman-vs-jekyll
dylan-lang dylan-language pacman-catalog web
Last synced: 2 months ago
JSON representation
Opendylan's Pacman catalogue to Jekyll website
- Host: GitHub
- URL: https://github.com/fraya/pacman-vs-jekyll
- Owner: fraya
- License: gpl-3.0
- Created: 2024-04-06T13:14:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T06:46:20.000Z (3 months ago)
- Last Synced: 2026-03-27T23:42:56.463Z (2 months ago)
- Topics: dylan-lang, dylan-language, pacman-catalog, web
- Language: Dylan
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pacman-vs-jekyll
Convert your Opendylan's pacman catalog to a Jekyll website
## Usage
```
pacman-vs-jekyll
```
If used without parameters it will create a directory called
`pacman-catalog-website` in the working directory. The program will
populate the directory with a Jekyll website listing all packages in
the catalog.
```
pacman-vs-jekyll -h
```
to see the usage
## Install
1. Clone the repository
```
git clone https://github.com/fraya/pacman-vs-jekyll
```
2. Enter the repository directory
```
cd pacman-vs-jekyll
```
3. Update the project dependencies
```
dylan update
```
4. Build
```
dylan build --all
```