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

https://github.com/mastilver/generator-bin-wrapper

Generate a binary wrapper around your programs using bin-wrapper
https://github.com/mastilver/generator-bin-wrapper

Last synced: about 1 month ago
JSON representation

Generate a binary wrapper around your programs using bin-wrapper

Awesome Lists containing this project

README

          

# generator-bin-wrapper [![Build Status](https://travis-ci.org/mastilver/generator-bin-wrapper.svg?branch=master)](https://travis-ci.org/mastilver/generator-bin-wrapper)

> Generate a binary wrapper around your programs using [bin-wrapper](https://github.com/kevva/bin-wrapper)

Based on [generator-nm](https://github.com/sindresorhus/generator-nm) and [flow-bin](https://github.com/flowtype/flow-bin)

## Install

```
$ npm install --global generator-bin-wrapper
```

## Usage

With [yo](https://github.com/yeoman/yo):

```
$ yo bin-wrapper
```

## License

MIT © [Thomas Sileghem](http://mastilver.com)