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
- Host: GitHub
- URL: https://github.com/mastilver/generator-bin-wrapper
- Owner: mastilver
- License: mit
- Created: 2015-12-03T21:13:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T12:59:38.000Z (over 9 years ago)
- Last Synced: 2025-02-03T08:44:20.000Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# generator-bin-wrapper [](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)