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
- Host: GitHub
- URL: https://github.com/fladi/sails-generate-avahi
- Owner: fladi
- License: mit
- Created: 2015-02-26T10:30:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T10:43:25.000Z (over 11 years ago)
- Last Synced: 2025-06-05T12:41:57.328Z (about 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)
- 
### 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/).
