|
| 1 | +# Halogen Emitter |
| 2 | + |
| 3 | +[](https://github.com/purescript-contrib/purescript-halogen-emitter/actions?query=workflow%3ACI+branch%3Amain) |
| 4 | +[](https://github.com/purescript-contrib/purescript-halogen-emitter/releases) |
| 5 | +[](https://pursuit.purescript.org/packages/purescript-halogen-emitter) |
| 6 | +[](https://github.com/garyb) |
| 7 | +[](https://github.com/thomashoneyman) |
| 8 | + |
| 9 | +The library summary hasn't been written yet (contributions are welcome!). The library summary describes the library's purpose in one to three sentences. |
| 10 | + |
| 11 | +## Installation |
| 12 | + |
| 13 | +Install `halogen-emitter` with [Spago](https://github.com/purescript/spago): |
| 14 | + |
| 15 | +```sh |
| 16 | +spago install halogen-emitter |
| 17 | +``` |
| 18 | + |
| 19 | +## Quick start |
| 20 | + |
| 21 | +The quick start hasn't been written yet (contributions are welcome!). The quick start covers a common, minimal use case for the library, whereas longer examples and tutorials are kept in the [docs directory](./docs). |
| 22 | + |
| 23 | +## Documentation |
| 24 | + |
| 25 | +`halogen-emitter` documentation is stored in a few places: |
| 26 | + |
| 27 | +1. Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-halogen-emitter). |
| 28 | +2. Written documentation is kept in the [docs directory](./docs). |
| 29 | +3. Usage examples can be found in [the test suite](./test). |
| 30 | + |
| 31 | +If you get stuck, there are several ways to get help: |
| 32 | + |
| 33 | +- [Open an issue](https://github.com/purescript-contrib/purescript-halogen-emitter/issues) if you have encountered a bug or problem. |
| 34 | +- [Search or start a thread on the PureScript Discourse](https://discourse.purescript.org) if you have general questions. You can also ask questions in the `#purescript` and `#purescript-beginners` channels on the [Functional Programming Slack](https://functionalprogramming.slack.com) ([invite link](https://fpchat-invite.herokuapp.com/)). |
| 35 | + |
| 36 | +## Contributing |
| 37 | + |
| 38 | +You can contribute to `halogen-emitter` in several ways: |
| 39 | + |
| 40 | +1. If you encounter a problem or have a question, please [open an issue](https://github.com/purescript-contrib/purescript-halogen-emitter/issues). We'll do our best to work with you to resolve or answer it. |
| 41 | + |
| 42 | +2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](./CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions. |
| 43 | + |
| 44 | +3. If you have written a library, tutorial, guide, or other resource based on this package, please share it on the [PureScript Discourse](https://discourse.purescript.org)! Writing libraries and learning resources are a great way to help this library succeed. |
0 commit comments