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

https://github.com/fladi/sails-generate-avahi

Avahi service publishing for Sails.js instances
https://github.com/fladi/sails-generate-avahi

Last synced: about 1 year ago
JSON representation

Avahi service publishing for Sails.js instances

Awesome Lists containing this project

README

          

# sails-generate-avahi

A `avahi` generator for use with the Sails command-line interface.

It generates a hook that publishes an Avahi service during lift using the system
DBUS. All the aspects of the service like name, type and port can be configured
in `config/avahi.js`.

Certain generators are installed by default in Sails, but they can be
overridden. Other generators create entirely new things. Check the [Sails
docs](http://sailsjs.org/#!documentation) for information on installing
generator overrides / custom generators and information on building your own
generators.

### Installation

```sh
$ npm install sails-generate-avahi
```

### Usage

##### On the command line

```sh
$ sails generate avahi
```

### Questions?

See `FAQ.md`.

### More Resources

- [Stackoverflow](http://stackoverflow.com/questions/tagged/sails.js)
- [#sailsjs on Freenode](http://webchat.freenode.net/) (IRC channel)
- [Twitter](https://twitter.com/sailsjs)
- [Professional/enterprise](https://github.com/balderdashy/sails-docs/blob/master/FAQ.md#are-there-professional-support-options)
- [Tutorials](https://github.com/balderdashy/sails-docs/blob/master/FAQ.md#where-do-i-get-help)
- Sails.js logo (small)

### License

**[MIT](./LICENSE)**
© 2015 [Michael Fladischer](http://github.com/fladi)

As for [Sails](http://sailsjs.org)? It's free and open-source under the [MIT License](http://sails.mit-license.org/).

![image_squidhome@2x.png](http://i.imgur.com/RIvu9.png)