https://github.com/hellerve/native
A zeps template for native extensions
https://github.com/hellerve/native
Last synced: 7 months ago
JSON representation
A zeps template for native extensions
- Host: GitHub
- URL: https://github.com/hellerve/native
- Owner: hellerve
- Created: 2016-09-05T08:37:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T08:55:32.000Z (over 9 years ago)
- Last Synced: 2025-02-12T05:12:16.628Z (about 1 year ago)
- Language: Haskell
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# native
A simple zeps template for building native zepto extensions.
## Installation
native is a regular zeps package, so running `zeps install hellerve/native@0.1.2` should
be sufficient.
## Usage
native is a regular zeps template. Try running `zeps new native my-project`.
It will generate a minimal project configuration for a package called `my-project`.
It is made for `:native` type projects.
Have fun!