https://github.com/davidsneighbour/lupin
Lupin. Hugo's missing CLI link. ;)
https://github.com/davidsneighbour/lupin
bash cli gohugo
Last synced: 3 months ago
JSON representation
Lupin. Hugo's missing CLI link. ;)
- Host: GitHub
- URL: https://github.com/davidsneighbour/lupin
- Owner: davidsneighbour
- License: mit
- Created: 2022-01-27T05:01:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T22:05:06.000Z (9 months ago)
- Last Synced: 2024-12-20T08:42:40.563Z (4 months ago)
- Topics: bash, cli, gohugo
- Language: Shell
- Homepage:
- Size: 447 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
Lupin. A swiss army knife for managing my [GoHugo](https://gohugo.io) based website projects. Might be useful for others one day.
[](https://www.codacy.com/gh/davidsneighbour/lupin/dashboard)
# (In|Un)stallation, Building, Testing
- To install run `./install` in this repository as super user. This will copy the binary to `/opt/lupin/` and link it to `/usr/local/bin/`.
- To uninstall run `./uninstall` in this repository as super user. This will remove the folder in `/opt/lupin` and unlink the binary in `/usr/local/bin/`.
- To build the binary run `./build`. This will compile it in `dist/lupin`.
- To test the binary run `./test`. This will compile it and install the binary.