https://github.com/hellerve/tool
A zeps template for tools
https://github.com/hellerve/tool
Last synced: 28 days ago
JSON representation
A zeps template for tools
- Host: GitHub
- URL: https://github.com/hellerve/tool
- Owner: hellerve
- Created: 2016-05-25T11:18:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T13:39:50.000Z (over 9 years ago)
- Last Synced: 2025-02-12T05:11:48.606Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tool
A simple zeps template for tools.
## Installation
tool is a regular zeps package, so running `zeps install hellerve/tool@0.1.0` should
be sufficient.
## Usage
tool is a regular zeps template. Try running `zeps new tool my-project`.
It will generate a minimal project configuration for a package called `my-project`.
It is made for `:tool` type projects.
Have fun!