An open API service indexing awesome lists of open source software.

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

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!