33 lines
799 B
Markdown
33 lines
799 B
Markdown
# setup-zig
|
|
|
|
Use the zig compiler in your Github Action
|
|
|
|
[Install](#install) - [Usage](#usage) - [License: Apache-2.0](#license)
|
|
|
|
[![npm][npm-image]][npm-url]
|
|
[![travis][travis-image]][travis-url]
|
|
[![standard][standard-image]][standard-url]
|
|
|
|
[npm-image]: https://img.shields.io/npm/v/setup-zig.svg?style=flat-square
|
|
[npm-url]: https://www.npmjs.com/package/setup-zig
|
|
[travis-image]: https://img.shields.io/travis/goto-bus-stop/setup-zig.svg?style=flat-square
|
|
[travis-url]: https://travis-ci.org/goto-bus-stop/setup-zig
|
|
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
|
|
[standard-url]: http://npm.im/standard
|
|
|
|
## Install
|
|
|
|
```
|
|
npm install setup-zig
|
|
```
|
|
|
|
## Usage
|
|
|
|
```js
|
|
var setupZig = require('setup-zig')
|
|
```
|
|
|
|
## License
|
|
|
|
[Apache-2.0](LICENSE.md)
|